fix circle

This commit is contained in:
Robert Lechte 2020-08-28 15:08:24 +10:00
parent 6bcb6f2a33
commit 5695341a4b

View File

@ -74,8 +74,8 @@ jobs:
python deploy/vbump.py
poetry build
poetry publish --username $PYPI_USERNAME --password $PYPI_PASSWORD
git tag `echo ~/version`
git push origin `echo ~/version`
git tag `cat ~/version`
git push origin `cat ~/version`
workflows: