From aa78aa1f19568b3fd6ca27092f9d5a6a5cc4054f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 03:32:02 +0000 Subject: [PATCH] chore(deps): update pypa/gh-action-pypi-publish action to v1.11.0 --- .github/workflows/publish.yaml | 4 ++-- .github/workflows/pullrequest.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ac3c34d..b7bb512 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -67,7 +67,7 @@ jobs: name: "dist" path: "dist/" - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 with: repository-url: https://test.pypi.org/legacy/ publish-to-pypi-and-github: @@ -94,4 +94,4 @@ jobs: run: | gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }} - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 diff --git a/.github/workflows/pullrequest.yaml b/.github/workflows/pullrequest.yaml index 69dc4f4..5505b7e 100644 --- a/.github/workflows/pullrequest.yaml +++ b/.github/workflows/pullrequest.yaml @@ -124,6 +124,6 @@ jobs: name: "dist" path: "dist/" - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 with: repository-url: https://test.pypi.org/legacy/