Skip to content

Commit 20f5cdd

Browse files
committed
build separate arch wheels for macos
1 parent 18bbc74 commit 20f5cdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ keywords = [
4444
meson-python-option-name = "python"
4545
meson-options = [
4646
"-Dwheel=true",
47-
"-Dverbose=true",
47+
"-Dverbose=false",
4848
"--buildtype=plain"
4949
]
5050

@@ -106,7 +106,7 @@ before-all = [
106106

107107
[tool.cibuildwheel.macos]
108108
build = "cp3{8,9,10,11}-macosx*"
109-
archs = ["universal2"]
109+
archs = ["x86_64", "arm64"]
110110
environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
111111
before-all = [
112112
"pipx install ninja",
@@ -115,4 +115,4 @@ before-all = [
115115
[tool.cibuildwheel.windows]
116116
build = "cp3{8,9,10,11}-win*"
117117
archs = ["AMD64"]
118-
build-verbosity = 1
118+

0 commit comments

Comments
 (0)