From 9a83963e41872c0348183bacabe2212668203d7e Mon Sep 17 00:00:00 2001 From: Johannes Ziemke Date: Sat, 13 Jul 2024 14:41:32 +0200 Subject: [PATCH] Skip existing to allow re-running CI for other OSes --- .github/workflows/default.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index ead8a13..8a68638 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -84,4 +84,5 @@ jobs: with: user: __token__ password: ${{ secrets.TWINE_PASSWORD }} + skip-existing: true if: startsWith(github.ref, 'refs/tags/')