From ba2c26276d12f0a3b951d0802fa8a66bbaa4c756 Mon Sep 17 00:00:00 2001 From: relf Date: Mon, 30 Oct 2023 14:50:18 +0100 Subject: [PATCH] Fix CIBW_SKIP variable name (grrr!) --- .github/workflows/build_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 024c21770..224e6058d 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -20,7 +20,7 @@ jobs: uses: pypa/cibuildwheel@v2.16.2 env: CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* - CI_SKIP: cp*-i686 + CIBW_SKIP: cp*_i686 - uses: actions/upload-artifact@v3 with: