From 4f6de5286e884313f574b296199ca0a5c0af442e Mon Sep 17 00:00:00 2001 From: Lauri Himanen Date: Tue, 14 May 2024 12:30:44 +0300 Subject: [PATCH] Updated wheel build command. --- .github/workflows/wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6aca1eb..36f4001 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,6 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + # Build fails on windows currently os: [ubuntu-latest, macos-13, macos-14] steps: @@ -16,7 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.18.0 env: - CIBW_SKIP: cp36-*, cp312-macosx_* + # Build fails for Python 3.12 on ARM MacOS + CIBW_SKIP: cp36-*, cp312-macosx_arm64 - uses: actions/upload-artifact@v4 with: