Skip to content

Commit d929be0

Browse files
authored
Build stdist needs Cython to perform the build (#682)
1 parent 3629353 commit d929be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Build sdist
9393
run: |
94-
pip install -U setuptools
94+
pip install -U setuptools Cython
9595
python setup.py sdist
9696
9797
- name: upload sdist

0 commit comments

Comments
 (0)