From f90227f3264bc2b93d0e3f652d2a8c4dedc80035 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Jan 2025 06:50:47 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to e1dad8a --- .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 815c630..aa93ddd 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@916e57631f04a497e4bec0e29e80684e45b4305e # main + uses: pypa/gh-action-pypi-publish@e1dad8a51d599265993e342ee807cac176eb71d4 # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}