Skip to content

Commit fd6f292

Browse files
authored
Update python-publish.yml
1 parent 80f568d commit fd6f292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
pip install -r requirements.txt
32+
pip install wheel
3233
- name: Build package
3334
run: python setup.py sdist bdist_wheel
3435
- name: Publish package

0 commit comments

Comments
 (0)