Skip to content

Commit

Permalink
Switch back to separate mac Intel build, build
Browse files Browse the repository at this point in the history
everything on 3.9, 3.10, 3.11 and 3.12
  • Loading branch information
skef committed Oct 9, 2024
1 parent fc6dad9 commit eb68d70
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: "cp311-*"
CIBW_ARCHS_MACOS: arm64
# CIBW_BUILD: "cp311-*"
CIBW_ARCHS_MACOS: x86_64
CIBW_ARCHS_WINDOWS: AMD64
CIBW_ARCHS_LINUX: x86_64
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_SKIP: "*musllinux*"
# CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel && yum install -y libxml2-devel"
# CIBW_ENVIRONMENT_LINUX: "CFLAGS='-I/usr/include/libxml2'"
# Hold off on 3.13 for now)
CIBW_SKIP: "*musllinux* cp36-* cp37-* cp38-* cp313-*"
# CIBW_BEFORE_ALL_LINUX: "dnf install uuid-devel"
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-I/usr/include/libxml2' MACOSX_DEPLOYMENT_TARGET='10.15'"
CIBW_ENVIRONMENT_LINUX: "FORCE_BUILD_LIBXML2=ON"
Expand Down

0 comments on commit eb68d70

Please sign in to comment.