From 745da7ef1ea3ab130229a945b8fac1639cf6ee9b Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Wed, 30 Oct 2024 13:35:58 -0400 Subject: [PATCH] github actions: fixes for trying to build all wheels using cibuildwheel --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5ebe736..29ab4c2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -66,12 +66,12 @@ jobs: - name: Set macOS Deployment Target run: | export MACOSX_DEPLOYMENT_TARGET=11.0 + echo "CIBW_PLATFORM=macos" >> $GITHUB_ENV - name: Build wheels with cibuildwheel env: CIBW_ARCHS_LINUX: ${{ matrix.architecture }} CIBW_ARCHS_MACOS: ${{ matrix.architecture }} - CIBW_NO_DOCKER: "1" CIBW_SKIP: "cp36-* cp37-*" run: | cibuildwheel --output-dir wheelhouse