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 048a4fe commit 5d01b62Copy full SHA for 5d01b62
scripts/circle/pypi.sh
@@ -14,4 +14,4 @@ echo "repository=https://$PYPI_HOST" >> ~/.pypirc
14
echo "username=$PYPI_USERNAME" >> ~/.pypirc
15
echo "password=$PYPI_PASSWORD" >> ~/.pypirc
16
17
-python setup.py sdist bdist_wheel upload -r pypi-private
+python setup.py bdist_wheel sdist upload -r pypi-private
0 commit comments