diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-11 23:33:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 23:33:06 -0500 |
| commit | 0c54730becb4f7d51d5a444b0f8a9aa9ee18e19b (patch) | |
| tree | bd8c2acc0a221da60708a32df3aac62affcc915d | |
| parent | 6449c5b745b2e664b05a4ac88ed8776d6d4f2a42 (diff) | |
| parent | 073ad9711dc9f750b974fa7a76c832603af2efa6 (diff) | |
| download | external_python_setuptools-0c54730becb4f7d51d5a444b0f8a9aa9ee18e19b.tar.gz external_python_setuptools-0c54730becb4f7d51d5a444b0f8a9aa9ee18e19b.tar.bz2 external_python_setuptools-0c54730becb4f7d51d5a444b0f8a9aa9ee18e19b.zip | |
Merge pull request #1957 from di/fix-upload-uri
Fix TestPyPI upload URI
| -rw-r--r-- | docs/setuptools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 03b57cf3..11faf041 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -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:: |
