From be7aa8b913fd2b3a894725a2ebed3eebddc93d2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:23:03 +0000 Subject: [PATCH] Update pypa/gh-action-pypi-publish action to v1.12.2 --- .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 bdfa37d..05dfa5b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Build python package run: python3 setup.py sdist - name: Publish python package to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.1 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}