diff --git a/deploy.sh b/deploy.sh index 85922247..d97a9678 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +rm -rf dist/ python setup.py sdist bdist_wheel # Maybe do a pip install twine before. twine upload dist/*