Skip to content

Commit

Permalink
Update actions to include Cython build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushaalkumar-pothula authored Aug 30, 2021
1 parent f8ca600 commit c06683a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ name: Upload Python Package

on:
release:
types: [published]

types: push
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -30,6 +29,9 @@ jobs:
pip install flake8
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Build GravityLab
run: |
python setup.py build_ext --inplace
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
with:
Expand Down

0 comments on commit c06683a

Please sign in to comment.