Skip to content

Commit

Permalink
chore: Update test-meson workflow to include building Python wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed May 15, 2024
1 parent 6618def commit ad64d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
run: |
meson setup build
meson compile -C build
- name: test building wheels
run: |
python3 -m build --wheel
# - name: Build wheels
Expand Down

0 comments on commit ad64d76

Please sign in to comment.