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 ad64d76 commit 1522063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
git status
git describe --tags --dirty --match "2[0-9]*"
- name: test meson.build
run: |
meson setup build
meson compile -C build
# - name: test meson.build
# run: |
# meson setup build
# meson compile -C build
- name: test building wheels
run: |
python3 -m build --wheel
Expand Down

0 comments on commit 1522063

Please sign in to comment.