Skip to content

Commit

Permalink
Make sure wheel is installed for wheel construction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hames committed Sep 27, 2021
1 parent 4496804 commit decd541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Ensure packages can be built
run: |
python -m pip install wheel
python setup.py sdist bdist_wheel
- name: Publish to PyPI
Expand Down

0 comments on commit decd541

Please sign in to comment.