From ad559ecfc4d26984ef8b16e1073575fdb899352d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:51:27 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 20d40f6 --- .github/workflows/publish-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 91e08aac..03f88673 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -19,7 +19,7 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@e1dad8a51d599265993e342ee807cac176eb71d4 + uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}