From 8d3c05df0a8079e8b7e85842284ba0afa06fa43a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:25:36 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.11.0 --- .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 f02f2f67..925226c0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: - name: Publish to TestPyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@v1.10.3 + uses: pypa/gh-action-pypi-publish@v1.11.0 with: repository-url: 'https://test.pypi.org/legacy/' @@ -54,7 +54,7 @@ jobs: - name: Publish to PyPI if: steps.release.outputs.released == 'true' - uses: pypa/gh-action-pypi-publish@v1.10.3 + uses: pypa/gh-action-pypi-publish@v1.11.0 - name: Publish to GitHub Releases if: steps.release.outputs.released == 'true'