Skip to content

Commit 4c5b030

Browse files
committed
Add ARM builds
1 parent 27dcf5e commit 4c5b030

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on: [push, pull_request]
44

5+
env:
6+
CIBW_ARCHS_MACOS: x86_64 arm64
7+
CIBW_BEFORE_BUILD_LINUX: "if command -v apk &> /dev/null; then apk add bsd-compat-headers; fi"
8+
59
jobs:
610
build_wheels:
711
name: Build wheels on ${{ matrix.os }}

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[build-system]
22
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
4-
5-
[tool.cibuildwheel.linux]
6-
before-all = "if command -v apk &> /dev/null; then apk add bsd-compat-headers; fi"

0 commit comments

Comments
 (0)