From 50cfb279f563f8e94948d666d429d31ac0bd11ec Mon Sep 17 00:00:00 2001 From: Ariana Barzinpour Date: Tue, 21 Jan 2025 04:28:59 +0000 Subject: [PATCH] attempt to skip unnecessary releases --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c2970908..e79655e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -342,6 +342,7 @@ jobs: mkdir -p ./pips ./scripts/mk-pip-tree.sh ./wheels/clean ./pips find ./pips -type f + - name: Upload to PyPI if: steps.cfg.outputs.publish == 'yes' env: @@ -352,3 +353,4 @@ jobs: run: | ls pips/${PKG} twine upload --non-interactive --skip-existing pips/${PKG}/* + continue-on-error: true