Skip to content

Commit

Permalink
fix: install the wheel dependency (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov committed Feb 26, 2021
1 parent 7ef9adc commit 923ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install twine
run: python -m pip install twine wheel
- name: Package and upload modulee
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 923ab31

Please sign in to comment.