From 43f601a666fa832728457de897ecd50965c8e748 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Tue, 26 Mar 2024 13:07:33 +0400 Subject: [PATCH] Attempt exporting env var for cibuildwheel --- .github/workflows/cli-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-wheels.yml b/.github/workflows/cli-wheels.yml index 0ed05d45..a992aed9 100644 --- a/.github/workflows/cli-wheels.yml +++ b/.github/workflows/cli-wheels.yml @@ -47,7 +47,7 @@ jobs: - name: Build wheels working-directory: pineappl_cli run: | - CIBW_SKIP="cp36-*" + export CIBW_SKIP="cp36-*" cibuildwheel --out ../dist - name: Upload wheels uses: actions/upload-artifact@v4