diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3b5188fa..2dad6a9ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: # https://github.com/marketplace/actions/pypi-publish - name: Publish to PyPI # https://github.com/pypa/gh-action-pypi-publish/issues/112 - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@release/v1.4 with: user: __token__ password: ${{ secrets.pypi_password }}