Skip to content

Commit f4db3fa

Browse files
committed
feat: package
1 parent 170cda9 commit f4db3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install build
33+
pip install wheel
3334
- name: Build package
3435
run: python3 setup.py sdist bdist_wheel
3536
- name: Publish package

0 commit comments

Comments
 (0)