Skip to content

Commit

Permalink
actions: fix build job
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Dec 18, 2023
1 parent c442744 commit d5e6787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Build wheel
run: |
pip install wheel
python setup.py wheel
python setup.py bdist_wheel
# TODO: add deploy job

0 comments on commit d5e6787

Please sign in to comment.