From a0d3e28780b29571e00134143467a1bdf2a48e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:58:51 +0100 Subject: [PATCH] :rocket: gha: Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (#1345) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 07a22047..bb7cb438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,7 +252,7 @@ jobs: - name: Publish package on TestPyPI if: '! steps.check-version.outputs.tag' - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: '${{ secrets.TEST_PYPI_TOKEN }}' @@ -278,7 +278,7 @@ jobs: - name: Publish package on PyPI if: steps.check-version.outputs.tag - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.12.2 with: user: __token__ password: '${{ secrets.PYPI_TOKEN }}'