Skip to content

Commit

Permalink
Install wheel as part of pypi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdakran committed Feb 16, 2022
1 parent 301bd77 commit 70e6cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip install wheel
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
Expand Down

0 comments on commit 70e6cf6

Please sign in to comment.