This commit is contained in:
Robert Lechte 2022-03-13 15:55:33 +11:00
parent e17608bd78
commit 6495793329

View File

@ -77,7 +77,7 @@ jobs:
python deploy/vbump.py
poetry build
poetry config pypi-token.pypi $PYPI_PASSWORD
poetry publish --username $PYPI_USERNAME
poetry publish
git tag `cat ~/version`
git push origin `cat ~/version`