Skip to content

Commit dba1cae

Browse files
authored
Publish wheels (#30)
1 parent 67b2706 commit dba1cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle/pypi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "repository=https://$PYPI_HOST" >> ~/.pypirc
1414
echo "username=$PYPI_USERNAME" >> ~/.pypirc
1515
echo "password=$PYPI_PASSWORD" >> ~/.pypirc
1616

17-
python setup.py sdist upload -r pypi-private
17+
python setup.py sdist bdist_wheel upload -r pypi-private

0 commit comments

Comments
 (0)