From 356af1c893e6fe1510c33272519989cf724d79af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:23:44 +0000 Subject: [PATCH] chore(actions): update pypa/gh-action-pypi-publish action to v1.8.12 --- .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 4816242..6710daf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: release-tag: ${{ needs.prepare.outputs.version }} - name: Upload package to pypi - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}