Skip to content

Commit

Permalink
chore: install wheel (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Esadruhn authored Oct 5, 2021
1 parent 64ad81c commit 7179908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install tools
run: pip install wheel
- name: Build
run:
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 7179908

Please sign in to comment.