Skip to content

Commit

Permalink
Merge pull request #63 from nodiscc/doc-pypi-upload
Browse files Browse the repository at this point in the history
doc: developer: releasing: update test.pypi.org usage instructions
  • Loading branch information
nodiscc authored May 27, 2022
2 parents 1dbfe34 + 00f1a09 commit d1b71df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/developer/pypirc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ index-servers=
testpypi

[pypi]
repository = https://pypi.python.org/pypi
repository = https://pypi.python.org/legacy/
username = <PyPI username>

[testpypi]
repository = https://testpypi.python.org/pypi
repository = https://test.pypi.org/legacy/
username = <TestPyPI username>
password = <TestPyPI password>
4 changes: 2 additions & 2 deletions docs/developer/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ PyPI
.. _Packaging and Distributing Projects: https://packaging.python.org/distributing/
.. _PyPI: https://pypi.python.org/pypi
.. _Python Packaging User Guide: https://packaging.python.org
.. _TestPyPI: https://testpypi.python.org/pypi
.. _TestPyPI Configuration: https://wiki.python.org/moin/TestPyPI
.. _TestPyPI: https://test.pypi.org/
.. _TestPyPI Configuration: https://packaging.python.org/en/latest/guides/using-testpypi/
.. _twine: https://pypi.python.org/pypi/twine

0 comments on commit d1b71df

Please sign in to comment.