From 61020f8d0ec31903bc804bb02d5bd008a266e1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:37:20 +0000 Subject: [PATCH] chore(github-actions): update pypa/gh-action-pypi-publish action to v1.14.2 --- .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 0a80a7b..1cc07f1 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@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: sign-artifacts: true skip-existing: true diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index 09583c3..f825bf8 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@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: repository-url: https://test.pypi.org/legacy/ sign-artifacts: true