Skip to content

Commit cec16a4

Browse files
authored
chore: add wheel install for GH action release
1 parent 807b08b commit cec16a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install build
25+
pip install wheel
2526
python setup.py sdist bdist_wheel
2627
2728
- name: Publish package to PyPI

0 commit comments

Comments
 (0)