Skip to content

Commit 0c54730

Browse files
authored
Merge pull request #1957 from di/fix-upload-uri
Fix TestPyPI upload URI
2 parents 6449c5b + 073ad97 commit 0c54730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setuptools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ You should install twine to be able to upload packages::
12331233

12341234
Now, to upload these archives, run::
12351235

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

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

0 commit comments

Comments
 (0)