Skip to content

Commit d9a2321

Browse files
committed
Install wheel
1 parent 4db9bc9 commit d9a2321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
python-version: 3.8
1919

20+
- name: Install Pip Dependencies
21+
shell: bash
22+
run: pip install wheel
23+
2024
- name: Build the Wheel
2125
shell: bash
2226
run: rm -rf dist/ build/ && python3 setup.py bdist_wheel sdist

0 commit comments

Comments
 (0)