diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index bb4b81a..b3555ba 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -22,6 +22,6 @@ jobs: # v1.4.2 release. Using full SHA for security # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - name: "Publish distribution 📦 to PyPI" - uses: "pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29" + uses: "pypa/gh-action-pypi-publish@e1dad8a51d599265993e342ee807cac176eb71d4" with: password: ${{ secrets.PYPI_API_TOKEN }}