We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbec2b0 commit 7ef65d8Copy full SHA for 7ef65d8
1 file changed
.github/workflows/reusable_build_wheels.yaml
@@ -107,10 +107,12 @@ jobs:
107
# Note: additional cibuildwheel settings are in pyproject.toml.
108
CIBW_BUILD: 'cp310* cp311* cp312* cp313*'
109
CIBW_ARCHS: ${{matrix.conf.arch}}
110
- CIBW_BUILD_VERBOSITY: ${{inputs.debug && 1 || ''}}
+ #CIBW_BUILD_VERBOSITY: ${{inputs.debug && 1 || ''}}
111
+ CIBW_BUILD_VERBOSITY: 1
112
# Color codes make the raw logs hard to read. (CMake uses CLICOLOR.)
113
CLICOLOR: ${{inputs.debug && 0 || ''}}
114
CMAKE_BUILD_PARALLEL_LEVEL: ${{env.num_threads}}
115
+ CIBW_BEFORE_BUILD_LINUX: cat /constraint.txt
116
run: |
117
cibuildwheel --output-dir wheelhouse
118
0 commit comments