Skip to content

Commit

Permalink
Don't publish with cython
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Jan 10, 2021
1 parent 1082c5c commit ddf06cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools wheel numpy cython
python -m pip install setuptools wheel
- name: Build wheel
run: |
python setup.py build_ext --inplace
python setup.py sdist bdist_wheel
- name: Test wheel
run: |
Expand Down

0 comments on commit ddf06cb

Please sign in to comment.