From 048a4fe0b5549d163fd1c5c8eb4975ab203fcfd3 Mon Sep 17 00:00:00 2001 From: Nicholas Gates Date: Fri, 17 Jan 2020 13:27:55 +0000 Subject: [PATCH] Publish a wheel too (#730) --- scripts/circle/pypi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/circle/pypi.sh b/scripts/circle/pypi.sh index 647ece3d..ed70640d 100755 --- a/scripts/circle/pypi.sh +++ b/scripts/circle/pypi.sh @@ -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