Skip to content

Commit

Permalink
Fix .github/workflows/publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Jul 13, 2022
1 parent dd5b303 commit d52b547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install wheel
run: pip install wheel
- name: Build a binary wheel and a source tarball
run: python setup.py bdist_wheel
- name: Publish package
Expand Down

0 comments on commit d52b547

Please sign in to comment.