diff --git a/deploy.sh b/deploy.sh index addefe7..63e133f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,3 @@ #!/bin/bash rm -rf dist -python3 setup.py sdist && twine upload dist/* +python3 setup.py sdist bdist_wheel && twine upload dist/*