We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f728218 commit 8355170Copy full SHA for 8355170
.github/workflows/pypi-build-artifacts.yml
@@ -74,6 +74,8 @@ 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"
79
80
- name: Add source distribution
81
if: startsWith(matrix.os, 'ubuntu')
.github/workflows/svn-build-artifacts.yml
@@ -69,6 +69,8 @@ jobs:
69
70
71
72
73
0 commit comments