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