🐛 fix doc error

This commit is contained in:
yanyongyu
2022-01-08 17:47:29 +08:00
parent b0536edab3
commit 3fe3c1351f
3 changed files with 5 additions and 5 deletions

View File

@ -64,6 +64,6 @@ jobs:
git add .
git commit -m ":bookmark: Release $(poetry version -s)"
git tag v$(poetry version -s)
git push --follow-tags
git push && git push --tags
poetry build
poetry publish -u ${{secrets.PYPI_USERNAME}} -p ${{secrets.PYPI_PASSWORD}}