Skip to content

Commit

Permalink
Fix TestPyPI upload URI
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Jan 6, 2020
1 parent 7e97def commit 073ad97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setuptools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ You should install twine to be able to upload packages::

Now, to upload these archives, run::

twine upload --repository-url https://test.pypi.org/simple/ dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

To install your newly uploaded package ``example_pkg``, you can use pip::

Expand Down

0 comments on commit 073ad97

Please sign in to comment.