Skip to content

Commit

Permalink
Publish a wheel too (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Jan 17, 2020
1 parent 0114c6c commit 048a4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/circle/pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo "repository=https://$PYPI_HOST" >> ~/.pypirc
echo "username=$PYPI_USERNAME" >> ~/.pypirc
echo "password=$PYPI_PASSWORD" >> ~/.pypirc

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

0 comments on commit 048a4fe

Please sign in to comment.