Skip to content

Commit b04891b

Browse files
committed
Install Cython before building the wheel
1 parent a17bc2c commit b04891b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install cython==0.29.32
2425
pip install setuptools wheel twine
2526
- name: Build and publish
2627
env:

0 commit comments

Comments
 (0)