Skip to content

Commit

Permalink
Install wheel in release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Apr 22, 2022
1 parent 7b86760 commit 630805b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
python-version: 3.9

- name: Build wheel
run: python setup.py bdist_wheel --universal
run: |
python -m pip install wheel
python setup.py bdist_wheel --universal
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 630805b

Please sign in to comment.