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