From b120e2279b2288368882e9540af79bbd7ac28baf Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Wed, 8 Oct 2025 22:26:20 +0200 Subject: [PATCH] allow updating releases if they exist already --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 454982ac8..2eff1bea9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,3 +185,6 @@ jobs: with: artifacts: pypangolin-*.whl artifactErrorsFailBuild: true + allowUpdates: true + omitNameDuringUpdate: true + omitBodyDuringUpdate: true