From 36a85808844ef36390b316cead5714d340e85e29 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 1 Sep 2023 01:14:31 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 8cdc2ab --- .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 89d66fa1..40fc39b6 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@54d67ed3c50a769c633f7db8063c9e634709c1b0 # main + uses: pypa/gh-action-pypi-publish@8cdc2ab67c943c5edf5fd9ae1995546b4b550602 # main with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}