File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 92
92
CIBW_SKIP : " cp36-* cp37-* cp38-*"
93
93
CIBW_ARCHS_LINUX : " x86_64"
94
94
CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_28_x86_64"
95
+ CIBW_BUILD_VERBOSITY : 3 # Enable detailed logging
95
96
run : |
96
- cibuildwheel --output-dir wheelhouse --verbose
97
+ cibuildwheel --output-dir wheelhouse
97
98
98
99
- name : upload wheels
99
100
uses : actions/upload-artifact@v4
@@ -129,9 +130,9 @@ jobs:
129
130
CIBW_ARCHS_LINUX : " aarch64"
130
131
CIBW_MANYLINUX_AARCH64_IMAGE : " quay.io/pypa/manylinux_2_28_aarch64"
131
132
CIBW_ENVIRONMENT : " CXXFLAGS='-g -O2 -fno-omit-frame-pointer'"
132
- CIBW_BEFORE_BUILD : " echo 'Running Debug Mode' && pip install debugpy "
133
+ CIBW_BUILD_VERBOSITY : 3 # Enable detailed logging
133
134
run : |
134
- cibuildwheel --output-dir wheelhouse --verbose
135
+ cibuildwheel --output-dir wheelhouse
135
136
136
137
- name : upload wheels
137
138
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments