Skip to content

Commit

Permalink
workflow: python needs wheel to package
Browse files Browse the repository at this point in the history
  • Loading branch information
heilerich committed Oct 1, 2019
1 parent 49cc2d2 commit 980a5ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install wheel
- name: Build package
run: |
python setup.py bdist_wheel --universal
Expand Down

0 comments on commit 980a5ea

Please sign in to comment.