From 073ad9711dc9f750b974fa7a76c832603af2efa6 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Mon, 6 Jan 2020 11:14:03 -0600 Subject: Fix TestPyPI upload URI --- docs/setuptools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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:: -- cgit v1.2.3