From 5ea86d8f02f4f8c6823352f98212969143f57249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:55:18 +0000 Subject: [PATCH] chore(actions): update pypa/gh-action-pypi-publish action to v1.12.2 --- .github/workflows/prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 75b71183..90298132 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -69,7 +69,7 @@ jobs: name: built-artifacts path: dist/ - - uses: pypa/gh-action-pypi-publish@v1.12.0 + - uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}