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