From c9a2949ae82a340a0cf78a3efd6ee2d6d61b8f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 20:30:18 +0000 Subject: [PATCH] chore(github-actions): update pypa/gh-action-pypi-publish action to v1.14.2 --- .github/workflows/publish_pypi_prod.yml | 2 +- .github/workflows/publish_pypi_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi_prod.yml b/.github/workflows/publish_pypi_prod.yml index 396d3c3..7a1e774 100644 --- a/.github/workflows/publish_pypi_prod.yml +++ b/.github/workflows/publish_pypi_prod.yml @@ -32,6 +32,6 @@ jobs: path: dist - name: Publish distribution 📦 to PyPI # if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: sign-artifacts: true diff --git a/.github/workflows/publish_pypi_test.yml b/.github/workflows/publish_pypi_test.yml index 7853684..8227dea 100644 --- a/.github/workflows/publish_pypi_test.yml +++ b/.github/workflows/publish_pypi_test.yml @@ -27,7 +27,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