From ca49ff3c56215ef983d2f1bf617d5ae4ac3decca Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 1 Jun 2025 03:34:33 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to e9ccbe5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 269f14c7..77207e54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Build distributions run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f # main + uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796 # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}