From cef96e1a9eb5170a5211665a2060cdd3f967a30b Mon Sep 17 00:00:00 2001 From: Lauri Himanen Date: Tue, 14 May 2024 12:45:19 +0300 Subject: [PATCH] Updated wheel build command. --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 36f4001..28e2948 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,8 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.18.0 env: - # Build fails for Python 3.12 on ARM MacOS - CIBW_SKIP: cp36-*, cp312-macosx_arm64 + # Build fails for Python 3.12 + CIBW_SKIP: cp36-*, cp312-* - uses: actions/upload-artifact@v4 with: