From ffed9babc45e9aa0eecc8f9ed8277d1249cb8756 Mon Sep 17 00:00:00 2001 From: Sam Rensenhouse Date: Thu, 10 Mar 2022 09:46:51 -0500 Subject: [PATCH] allow pipeline to run on release that was published manually and add to the release --- .github/workflows/build-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 2243feb..c28c618 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -116,3 +116,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} + skip_existing: true