Skip to content

Commit

Permalink
add wheel into .github/workflows/python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang533 committed Mar 25, 2024
1 parent d28d9e7 commit 89e0a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install build
pip install setuptools
pip install wheel
- name: Build package
run: python setup.py bdist_wheel
- name: Publish package
Expand Down

0 comments on commit 89e0a15

Please sign in to comment.