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