Commit 0c54730b authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1957 from di/fix-upload-uri

Fix TestPyPI upload URI
parents 6449c5b7 073ad971
......@@ -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