From 7ec16f8729d754fdc5d6bc6276c8dd4324c74966 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:23:37 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to 8cafb5c --- .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 f01710a..c4ba7f5 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@8cafb5c2bf2f478231c9abbba1feb4edb6ccf405" with: password: ${{ secrets.PYPI_API_TOKEN }}