mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Switch upload.pypi.io to upload.pypi.org
This commit is contained in:
parent
4cbb23f8f2
commit
fb7929044a
3 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ password:%s
|
|||
class PyPIRCCommand(Command):
|
||||
"""Base command that knows how to handle the .pypirc file
|
||||
"""
|
||||
DEFAULT_REPOSITORY = 'https://upload.pypi.io/legacy/'
|
||||
DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/'
|
||||
DEFAULT_REALM = 'pypi'
|
||||
repository = None
|
||||
realm = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue