From 8506ad6610144a4989aabae3de3a389d1533933f Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Mon, 5 Dec 2022 00:24:43 +0100 Subject: [PATCH] Update build-wheels.yml --- .github/workflows/build-wheels.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index ded2667..fe0f6aa 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -11,8 +11,6 @@ jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} - env: - CIBW_ARCHS_MACOS: "x86_64 arm64" strategy: matrix: os: [ubuntu-20.04, windows-2019, macOS-10.15] @@ -28,9 +26,8 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse - # to supply options, put them in 'env', like: - # env: - # CIBW_SOME_OPTION: value + env: + CIBW_ARCHS_MACOS: "x86_64 arm64" - uses: actions/upload-artifact@v2 with: