Skip to content

Commit d81f6b5

Browse files
authored
Minor release pypi bug fixed (#45)
1 parent 73d9951 commit d81f6b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
python-version: 3.8
2323

24+
- name: Setup dependencies
25+
run: pip3 install wheel
26+
2427
- name: Build wheel
2528
run: |
2629
python3 setup.py bdist_wheel

0 commit comments

Comments
 (0)