Skip to content

Commit b7728bd

Browse files
committed
set CIBW_BUILD_VERBOSITY
1 parent 8355170 commit b7728bd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
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')

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
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')

0 commit comments

Comments
 (0)