We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8355170 commit b7728bdCopy full SHA for b7728bd
2 files changed
.github/workflows/pypi-build-artifacts.yml
@@ -74,8 +74,7 @@ jobs:
74
# Ignore tests for pypy since not all dependencies are compiled for it
75
# and would require a local rust build chain
76
CIBW_TEST_SKIP: "pp*"
77
- # Set CIBUILDWHEEL=1 to ensure Cython extensions are built
78
- CIBUILDWHEEL: "1"
+ CIBW_BUILD_VERBOSITY: "1"
79
80
- name: Add source distribution
81
if: startsWith(matrix.os, 'ubuntu')
.github/workflows/svn-build-artifacts.yml
@@ -69,8 +69,7 @@ jobs:
69
70
71
72
73
0 commit comments