Skip to content

Commit cd1b0b9

Browse files
committed
Updated cython version in build_wheels
1 parent fab479c commit cd1b0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build wheels
2525
run: python -m cibuildwheel --output-dir wheelhouse
2626
env:
27-
CIBW_BEFORE_BUILD: python -m pip install cython==3.0.2
27+
CIBW_BEFORE_BUILD: python -m pip install cython==3.0.12
2828

2929
- uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)