From 00a67ab4738246c07de43884bbdcc7776ad0e755 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:02:12 +0000 Subject: [PATCH] chore(actions): update pypa/gh-action-pypi-publish action to v1.12.0 --- .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 e45d2ee..8a87972 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.10.1 + uses: pypa/gh-action-pypi-publish@v1.12.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}