Skip to content

Commit 24f65e9

Browse files
authored
Merge pull request #4 from WorksApplications/fix-publish-workflow
Update python-publish.yaml
2 parents a7fa41e + 86b4d9d commit 24f65e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install cython>=0.28
25+
pip install -r requirements.txt
2426
pip install setuptools wheel twine
2527
- name: Build and publish
2628
env:

0 commit comments

Comments
 (0)