diff --git a/scripts/publish.sh b/scripts/publish.sh index 864bf2a..ec8bb8d 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -3,7 +3,7 @@ set -xe main() { - python3 pip install setuptools wheel twine + python3 -m pip install setuptools wheel twine python3 setup.py sdist bdist_wheel python3 -m twine upload dist/* }