diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index ea44f0db..815021af 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -46,6 +46,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@a260c7e54e4251db69485e1e7ca271aec8c0ddf9 + uses: pypa/gh-action-pypi-publish@7eb3b701d11256e583f5b49899c5e7203deab573 with: password: ${{ secrets.PYPI_API_TOKEN }}