Skip to content

Commit

Permalink
use forked many-linux build system
Browse files Browse the repository at this point in the history
Install cython before building wheels.
  • Loading branch information
mozman committed Dec 11, 2020
1 parent 35235ce commit e30ca51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: build and upload manylinux wheels
uses: Niraj-Kamdar/manylinux-wheel-builder@master
uses: mozman/manylinux-wheel-builder@master
with:
python-versions: "3.*"
# if true then github actions won't stop even if build for this job fails
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: build wheel
run: |
pip install wheel
pip install wheel cython
python setup.py bdist_wheel
- name: upload wheel
run: |
Expand Down

0 comments on commit e30ca51

Please sign in to comment.