Skip to content

Commit

Permalink
ci: install cython before creating sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Feb 17, 2021
1 parent 20ab95a commit 53f887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine
pip install --upgrade setuptools cython wheel twine
- name: Download artifacts from build jobs
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 53f887b

Please sign in to comment.