From 46de3cf1b4ca9e0aa8926cec1e38648a69cfca56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 05:20:54 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish digest to fb9fc6a --- .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 9e476c7..26b6e40 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -25,6 +25,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@717ba43cfbb0387f6ce311b169a825772f54d295 + uses: pypa/gh-action-pypi-publish@fb9fc6a4e67ca27a7a76b17bbf90be83c2d3c716 with: password: ${{ secrets.PYPI_API_TOKEN }}