Install wheel before creating distribution

This commit is contained in:
Jonathan Kim 2020-05-09 12:37:47 +01:00
parent b0613dd0e4
commit 709611b577

View File

@ -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