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