From 1bb9a7e79cf253a588e05e6566b2018666589455 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Tue, 23 Apr 2024 14:24:54 +0200 Subject: [PATCH] CIBW_BUILD --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9c12cd..8fde30f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,8 +90,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.17.0 env: - #CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*arm64" - CIBW_SKIP: "cp37-* pp*" + CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64" + CIBW_SKIP: "cp37-*" - uses: actions/upload-artifact@v4 with: name: wheels