Skip to content

Commit 21a7531

Browse files
committed
build: cibuildwheel verbosity is int
1 parent 2340754 commit 21a7531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ write_to = "src/fpm/_version.py"
3838

3939
[tool.cibuildwheel]
4040
build = "cp311-*"
41-
build-verbosity = "3"
41+
build-verbosity = 3
4242

4343
[tool.cibuildwheel.macos]
4444
archs = ["auto"]

0 commit comments

Comments
 (0)