Skip to content

Commit 709611b

Browse files
committed
Install wheel before creating distribution
1 parent b0613dd commit 709611b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
python-version: 3.8
1818
- name: Build wheel and source tarball
1919
run: |
20+
pip install wheel
2021
python setup.py sdist bdist_wheel
2122
- name: Publish a Python distribution to PyPI
2223
uses: pypa/[email protected]

0 commit comments

Comments
 (0)