We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5474341 commit 3f0c9d5Copy full SHA for 3f0c9d5
scripts/dist.sh
@@ -6,5 +6,5 @@ cd $HOME_DIR
6
rm -rf dist/*
7
python3 setup.py sdist
8
python3 setup.py bdist_wheel --universal
9
-twine upload dist/*
+twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
10
cd $CWD
0 commit comments