We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7325df + 4b986e5 commit a7e23d7Copy full SHA for a7e23d7
docs/developer/pypirc
@@ -4,7 +4,7 @@ index-servers=
4
testpypi
5
6
[pypi]
7
-repository = https://pypi.python.org/legacy/
+repository = https://upload.pypi.org/legacy/
8
username = <PyPI username>
9
10
[testpypi]
docs/developer/releasing.rst
@@ -86,7 +86,7 @@ PyPI
86
87
88
.. _Packaging and Distributing Projects: https://packaging.python.org/distributing/
89
-.. _PyPI: https://pypi.python.org/pypi
+.. _PyPI: https://pypi.org/
90
.. _Python Packaging User Guide: https://packaging.python.org
91
.. _TestPyPI: https://test.pypi.org/
92
.. _TestPyPI Configuration: https://packaging.python.org/en/latest/guides/using-testpypi/
0 commit comments