Skip to content

Commit

Permalink
Upload wheels first to try to get pypi to detect deps (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Jan 17, 2020
1 parent 048a4fe commit 5d01b62
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 bdist_wheel upload -r pypi-private
python setup.py bdist_wheel sdist upload -r pypi-private

0 comments on commit 5d01b62

Please sign in to comment.