Skip to content

Commit

Permalink
Build wheels for Apple arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Oct 3, 2023
1 parent de1db4e commit 0ef8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CIBW_ENVIRONMENT_WINDOWS: >
CMAKE_GENERATOR="${{ matrix.cmake_generator }}"
CMAKE_GENERATOR_PLATFORM="${{ matrix.cmake_generator_platform }}"
CIBW_SKIP: pp* *-musllinux_*
CIBW_SKIP: pp* *-musllinux_* cp312-*
CIBW_ARCHS: ${{ matrix.arch }}
run: |
python -m cibuildwheel --output-dir wheelhouse python/
Expand Down

0 comments on commit 0ef8f4a

Please sign in to comment.