From 9a8de97a84eb2f6b4d0e5e59ab378c259595dd73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 05:38:47 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to c12cc61 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6fc5e91..4157deb 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@c12cc61414480c03e10ea76e2a0a1a17d6c764e2" with: password: ${{ secrets.PYPI_API_TOKEN }}