diff options
| author | Dustin Ingram <di@users.noreply.github.com> | 2020-01-06 11:14:03 -0600 |
|---|---|---|
| committer | Dustin Ingram <di@users.noreply.github.com> | 2020-01-06 11:14:03 -0600 |
| commit | 073ad9711dc9f750b974fa7a76c832603af2efa6 (patch) | |
| tree | 4c590e200d5bed2c66ae88d4d2b7ab3a7aea5d04 /docs/setuptools.txt | |
| parent | 7e97def47723303fafabe48b22168bbc11bb4821 (diff) | |
| download | external_python_setuptools-073ad9711dc9f750b974fa7a76c832603af2efa6.tar.gz external_python_setuptools-073ad9711dc9f750b974fa7a76c832603af2efa6.tar.bz2 external_python_setuptools-073ad9711dc9f750b974fa7a76c832603af2efa6.zip | |
Fix TestPyPI upload URI
Diffstat (limited to 'docs/setuptools.txt')
| -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:: |
