Skip to content

Commit 8355170

Browse files
committed
try CIBUILDWHEEL
1 parent f728218 commit 8355170

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ 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"
7779

7880
- name: Add source distribution
7981
if: startsWith(matrix.os, 'ubuntu')

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ 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"
7274

7375
- name: Add source distribution
7476
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)