Skip to content

Commit

Permalink
Fix dependency for deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
SethMMorton committed Feb 27, 2023
1 parent 451244d commit e7ffcbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- name: Build Source Distribution and Wheel
run: |
pip install wheel
python setup.py sdist --format=gztar
pip wheel . -w dist
Expand Down

0 comments on commit e7ffcbe

Please sign in to comment.