diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f68daf..01b08ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: run: python3 setup.py sdist bdist_wheel - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@bea5cda687c2b79989126d589ef4411bedce0195 + uses: pypa/gh-action-pypi-publish@0d02f372c36f840ef9312c8ce9d8f06d74a8a521 with: user: __token__ password: ${{ secrets.pypi_password }}