Skip to content

Commit

Permalink
deploy: must install cython to create sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 27, 2020
1 parent 6206570 commit 3de54fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install --upgrade setuptools wheel twine
pip install ${{ env.BUILD_DEPENDS }}
- name: Download artifacts from build jobs
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 3de54fa

Please sign in to comment.