ci: update release workflow

This commit is contained in:
Andrew
2022-09-13 11:57:00 -05:00
parent 137e6d4ad7
commit c782aa5a6b

View File

@@ -33,7 +33,7 @@ jobs:
poetry build --ansi
- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_TOKEN }}