Skip to content

Commit a7e23d7

Browse files
authored
Merge pull request #65 from nodiscc/update-doc-release
docs/developer/releasing.rst: update URL for pypi.org
2 parents e7325df + 4b986e5 commit a7e23d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer/pypirc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ index-servers=
44
testpypi
55

66
[pypi]
7-
repository = https://pypi.python.org/legacy/
7+
repository = https://upload.pypi.org/legacy/
88
username = <PyPI username>
99

1010
[testpypi]

docs/developer/releasing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PyPI
8686
8787
8888
.. _Packaging and Distributing Projects: https://packaging.python.org/distributing/
89-
.. _PyPI: https://pypi.python.org/pypi
89+
.. _PyPI: https://pypi.org/
9090
.. _Python Packaging User Guide: https://packaging.python.org
9191
.. _TestPyPI: https://test.pypi.org/
9292
.. _TestPyPI Configuration: https://packaging.python.org/en/latest/guides/using-testpypi/

0 commit comments

Comments
 (0)