Commit 073ad971 authored by Dustin Ingram's avatar Dustin Ingram

Fix TestPyPI upload URI

parent 7e97def4
......@@ -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::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment