From 50019d4e4c5bb5cdd835fed35c4fe84d18207cb2 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Thu, 28 May 2026 23:24:06 -0600 Subject: [PATCH] Allow repeat PyPI release uploads Amp-Thread-ID: https://ampcode.com/threads/T-019e70e6-2c85-756c-8cfb-ac16708fb9ca Co-authored-by: Amp --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37c66dc..0d8c9c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -233,3 +233,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: packages-dir: dist + skip-existing: true