From 0ce316c140e3e292387416c0f5561bd72b6a41fe Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 1 Jan 2024 01:08:40 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to c12cc61 --- .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 3d8bf13e..d9ea215c 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@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # main + uses: pypa/gh-action-pypi-publish@c12cc61414480c03e10ea76e2a0a1a17d6c764e2 # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}