File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7474 # Ignore tests for pypy since not all dependencies are compiled for it
7575 # and would require a local rust build chain
7676 CIBW_TEST_SKIP : " pp*"
77- # Set CIBUILDWHEEL=1 to ensure Cython extensions are built
78- CIBUILDWHEEL : " 1"
77+ CIBW_BUILD_VERBOSITY : " 1"
7978
8079 - name : Add source distribution
8180 if : startsWith(matrix.os, 'ubuntu')
Original file line number Diff line number Diff line change 6969 # Ignore tests for pypy since not all dependencies are compiled for it
7070 # and would require a local rust build chain
7171 CIBW_TEST_SKIP : " pp*"
72- # Set CIBUILDWHEEL=1 to ensure Cython extensions are built
73- CIBUILDWHEEL : " 1"
72+ CIBW_BUILD_VERBOSITY : " 1"
7473
7574 - name : Add source distribution
7675 if : startsWith(matrix.os, 'ubuntu')
You can’t perform that action at this time.
0 commit comments