Skip to content

Commit fc0f8d5

Browse files
authored
Install wheel package for publish job (#192)
1 parent 4eafb24 commit fc0f8d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
with:
102102
python-version: 3.7
103103

104+
- name: Install Python dependencies
105+
run: pip install wheel
106+
104107
- name: Build package
105108
run: python setup.py bdist_wheel
106109
working-directory: wpiformat

0 commit comments

Comments
 (0)