fixdeploy

This commit is contained in:
Robert Lechte 2022-03-13 15:51:35 +11:00
parent ac0d2b47a9
commit e17608bd78

View File

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