actions: fix build job

This commit is contained in:
Martin Bubel 2023-12-18 11:48:07 +01:00
parent c442744dfc
commit d5e67878ed

View file

@ -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