Skip to content

Commit 11cd8d8

Browse files
Add verbosity to build
1 parent a780ab7 commit 11cd8d8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,4 @@ before-all = [
6262
"file `which python` || true",
6363
"file `which cc` || true",
6464
]
65-
build-frontend = "build"
66-
build-verbosity = 1
67-
68-
[[tool.cibuildwheel.overrides]]
69-
select = "*-macosx_arm64"
70-
environment = 'ARCHFLAGS="-arch $(arch)"'
65+
build-frontend = "build; args: --verbose"

0 commit comments

Comments
 (0)