diff --git a/deploy.sh b/deploy.sh index f1bab19..742c7dd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,3 +1,4 @@ #! /bin/bash -python3 setup.py sdist bdist_wheel +pip3 install build +python3 -m build python3 -m twine upload dist/* --skip-existing -u $PYPI_USERNAME -p $PYPI_PASSWORD