Fixed release script

This commit is contained in:
kaliko 2024-10-14 18:11:05 +02:00
parent 4658c5d1cb
commit 9e29ce788f

View File

@ -33,8 +33,7 @@ git push github $version
# Build borgmatic and publish to pypi.
rm -fr dist
python3 setup.py bdist_wheel
python3 setup.py sdist
python3 -m build
twine upload -r pypi --username __token__ dist/borgmatic-*.tar.gz
twine upload -r pypi --username __token__ dist/borgmatic-*-py3-none-any.whl