From 3f3f0805c70c8b7c9936a750a5fc66a2e5696819 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:20:57 -0700 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.12.4 (#197) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e68364f..256e4d7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -50,7 +50,7 @@ jobs: - name: Publish to TestPyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@v1.12.3 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: repository-url: 'https://test.pypi.org/legacy/' attestations: false @@ -61,7 +61,7 @@ jobs: - name: Publish to PyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@v1.12.3 + uses: pypa/gh-action-pypi-publish@v1.12.4 - name: Publish Release to GitHub if: steps.release.outputs.released == 'true'