Skip to content

Commit

Permalink
Install wheel before creating distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed May 9, 2020
1 parent b0613dd commit 709611b
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 @@ -17,6 +17,7 @@ jobs:
python-version: 3.8
- name: Build wheel and source tarball
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.1.0
Expand Down

0 comments on commit 709611b

Please sign in to comment.