Skip to content

Commit

Permalink
skip some linux builds and build arm64 wheels for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jan 1, 2024
1 parent beac795 commit 482d555
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ concurrency:

env:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: "*-win32 *musllinux*"
CIBW_SKIP: "*-win32 *musllinux* pp* *-manylinux_i686"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 arm64

jobs:
build_nix_wheels:
Expand Down

0 comments on commit 482d555

Please sign in to comment.