We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bbc74 commit 20f5cddCopy full SHA for 20f5cdd
pyproject.toml
@@ -44,7 +44,7 @@ keywords = [
44
meson-python-option-name = "python"
45
meson-options = [
46
"-Dwheel=true",
47
- "-Dverbose=true",
+ "-Dverbose=false",
48
"--buildtype=plain"
49
]
50
@@ -106,7 +106,7 @@ before-all = [
106
107
[tool.cibuildwheel.macos]
108
build = "cp3{8,9,10,11}-macosx*"
109
-archs = ["universal2"]
+archs = ["x86_64", "arm64"]
110
environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
111
before-all = [
112
"pipx install ninja",
@@ -115,4 +115,4 @@ before-all = [
115
[tool.cibuildwheel.windows]
116
build = "cp3{8,9,10,11}-win*"
117
archs = ["AMD64"]
118
-build-verbosity = 1
+
0 commit comments