diff --git a/bin/deploy.sh b/bin/deploy.sh index e4b4d02..4c45a77 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -9,5 +9,5 @@ username=${PYPI_USERNAME} password=${PYPI_PASSWORD} EOF -python setup.py sdist +python setup.py sdist bdist_wheel --universal twine upload dist/*