This commit is contained in:
Robert Lechte 2022-07-24 21:24:36 +10:00
parent 2e6ed06b2d
commit 5d1f8789f5

View File

@ -76,7 +76,7 @@ jobs:
. ~/.venv/bin/activate
python deploy/vbump.py
poetry build
poetry config pypi-token.pypi $PYPI_PASSWORD
poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
poetry publish
git tag `cat ~/version`
git push origin `cat ~/version`