From 6e7824f730a8daf79687c50fd5d3eb9a0ab465e9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 9 Jul 2023 13:56:15 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish digest to 54d67ed --- .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 fd5ccc6a..0dced000 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@110f54a3871763056757c3e203635d4c5711439f # master + uses: pypa/gh-action-pypi-publish@54d67ed3c50a769c633f7db8063c9e634709c1b0 # master with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}