fix release workflow

This commit is contained in:
Andrew Herrington
2021-12-16 18:44:37 -06:00
parent 3f4aaa6be3
commit fb84f469ac

View File

@@ -34,7 +34,6 @@ jobs:
poetry build --ansi
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__