Skip to content

Commit 5d01b62

Browse files
authored
Upload wheels first to try to get pypi to detect deps (#731)
1 parent 048a4fe commit 5d01b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circle/pypi.sh

Lines changed: 1 addition & 1 deletion
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 bdist_wheel upload -r pypi-private
17+
python setup.py bdist_wheel sdist upload -r pypi-private

0 commit comments

Comments
 (0)