From aac36bca1d34b9de62c24c8e0fbb0a7247b5f947 Mon Sep 17 00:00:00 2001 From: Martin Storath Date: Thu, 7 May 2026 21:04:00 +0000 Subject: [PATCH] Set skip-existing on PyPI publish action so re-runs are idempotent --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d455dea..191aa0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,3 +94,5 @@ jobs: path: dist merge-multiple: true - uses: pypa/gh-action-pypi-publish@release/v1 + with: + skip-existing: true