From dd3723c3ed8624e55402d4c7751fb759c03ef9d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:06:45 +0000 Subject: [PATCH] chore(github-actions): update pypa/gh-action-pypi-publish action to v1.14.1 --- .github/workflows/release_prod.yml | 2 +- .github/workflows/release_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_prod.yml b/.github/workflows/release_prod.yml index 3df82c2..0a80a7b 100644 --- a/.github/workflows/release_prod.yml +++ b/.github/workflows/release_prod.yml @@ -40,7 +40,7 @@ jobs: path: dist - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 with: sign-artifacts: true skip-existing: true diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index 16e79b2..09583c3 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -31,7 +31,7 @@ jobs: name: dist path: dist - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 with: repository-url: https://test.pypi.org/legacy/ sign-artifacts: true