Skip to content

Commit

Permalink
installing wheel to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
earth-chris committed Sep 16, 2022
1 parent 754dd6b commit a215dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
pip install wheel
pip install .
- name: Build package
run: |
Expand Down

0 comments on commit a215dd2

Please sign in to comment.