From 363436973de8463f8d1a54648ae7aa8b426fc14c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 16 May 2024 18:42:54 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 699cd61 --- .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 63b9f7f8..e0464736 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@c12cc61414480c03e10ea76e2a0a1a17d6c764e2 # main + uses: pypa/gh-action-pypi-publish@699cd6103f50bf5c3b2f070c70712d109c168e6c # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}