Skip to content

Commit 7ef65d8

Browse files
committed
wip
1 parent dbec2b0 commit 7ef65d8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reusable_build_wheels.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,12 @@ jobs:
107107
# Note: additional cibuildwheel settings are in pyproject.toml.
108108
CIBW_BUILD: 'cp310* cp311* cp312* cp313*'
109109
CIBW_ARCHS: ${{matrix.conf.arch}}
110-
CIBW_BUILD_VERBOSITY: ${{inputs.debug && 1 || ''}}
110+
#CIBW_BUILD_VERBOSITY: ${{inputs.debug && 1 || ''}}
111+
CIBW_BUILD_VERBOSITY: 1
111112
# Color codes make the raw logs hard to read. (CMake uses CLICOLOR.)
112113
CLICOLOR: ${{inputs.debug && 0 || ''}}
113114
CMAKE_BUILD_PARALLEL_LEVEL: ${{env.num_threads}}
115+
CIBW_BEFORE_BUILD_LINUX: cat /constraint.txt
114116
run: |
115117
cibuildwheel --output-dir wheelhouse
116118

0 commit comments

Comments
 (0)