From 3a1392d11e5cc108a9ed7d53e9b5c6e95a6fb4b2 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 15 Dec 2024 11:19:01 -0500 Subject: [PATCH] Update pypa/gh-action-pypi-publish action --- .github/workflows/build-hatch.yml | 2 +- .github/workflows/build-hatchling.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-hatch.yml b/.github/workflows/build-hatch.yml index fb326a98a..2ddd9ea5c 100644 --- a/.github/workflows/build-hatch.yml +++ b/.github/workflows/build-hatch.yml @@ -92,7 +92,7 @@ jobs: path: dist - name: Push Python artifacts to PyPI - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: skip-existing: true diff --git a/.github/workflows/build-hatchling.yml b/.github/workflows/build-hatchling.yml index af4908407..c7fa53059 100644 --- a/.github/workflows/build-hatchling.yml +++ b/.github/workflows/build-hatchling.yml @@ -52,6 +52,6 @@ jobs: path: dist - name: Push build artifacts to PyPI - uses: pypa/gh-action-pypi-publish@v1.11.0 + uses: pypa/gh-action-pypi-publish@v1.12.3 with: skip-existing: true