Skip to content

Commit 965de26

Browse files
committed
Increase cibuildwheel verbosity for debugging
1 parent 8089fbc commit 965de26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
CIBW_BUILD: cp39-*
365365
CIBW_BEFORE_BUILD: pip install -U pip>=23.2.1 setuptools>=68.0.0 wheel>=0.41.1 -e .
366366
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
367-
CIBW_BUILD_VERBOSITY: 1
367+
CIBW_BUILD_VERBOSITY: 3
368368
CIBW_BUILD_FRONTEND: pip # pip allows disabling isolation via env var
369369
CIBW_ENVIRONMENT: PIP_NO_BUILD_ISOLATION=false
370370
# ^ -- necessary to use working copy of setuptools-rust,

0 commit comments

Comments
 (0)