Skip to content

Commit aaadb5b

Browse files
authored
reduce cibw verbosity
1 parent 29e1f87 commit aaadb5b

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
@@ -170,7 +170,7 @@ jobs:
170170
env:
171171
CIBW_ARCHS: ${{ matrix.arch }}
172172
CIBW_BUILD: cp${{ matrix.python }}-*
173-
CIBW_BUILD_VERBOSITY: 2
173+
CIBW_BUILD_VERBOSITY: 1
174174
CIBW_CONFIG_SETTINGS_WINDOWS: >
175175
"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
176176
"cmake.define.unofficial-getopt-win32_DIR"="C:\\vcpkg\\packages\\getopt-win32_x64-windows\\share\\unofficial-getopt-win32"

0 commit comments

Comments
 (0)