From 3d43db057888c9dadef5d67031650697141c294c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:55:45 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 7eb3b70 --- .github/workflows/publish_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}