diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index bb4b81a..a6597b7 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@edfa8f355b2652764330cc56a770050d4c0f96a4" with: password: ${{ secrets.PYPI_API_TOKEN }}