From e9f93ca71681e0164a08494c675f4192201ac2c5 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Wed, 8 Nov 2023 12:43:49 +0000 Subject: [PATCH] restor single action config --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ac9d70..5ab2f62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,7 +200,7 @@ jobs: python -m build -Csetup-args="-Dlink_blas_statically=True" --outdir=wheelhouse - name: Upload artifacts to github - if: ${{env.DEPLOY == 'True'}} + if: ${{env.DEPLOY == 'True' && env.SINGLE_ACTION_CONFIG == 'True'}} uses: actions/upload-artifact@v1 with: name: wheels