diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index f01710a..2f6bb09 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@f7600683efdcb7656dec5b29656edb7bc586e597" + uses: "pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f" with: password: ${{ secrets.PYPI_API_TOKEN }}