Skip to content

Commit 944f942

Browse files
committed
Add Cythonto publish build
1 parent 7aa72be commit 944f942

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)