We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b2706 commit dba1caeCopy full SHA for dba1cae
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 upload -r pypi-private
+python setup.py sdist bdist_wheel upload -r pypi-private
0 commit comments