Skip to content

Commit

Permalink
Install wheel package for publish job (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma authored Oct 28, 2020
1 parent 4eafb24 commit fc0f8d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ jobs:
with:
python-version: 3.7

- name: Install Python dependencies
run: pip install wheel

- name: Build package
run: python setup.py bdist_wheel
working-directory: wpiformat
Expand Down

0 comments on commit fc0f8d5

Please sign in to comment.