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 807f443 commit 6618def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: '3.12'

- name: Install Meson and Ninja
run: python3 -m pip install meson ninja f90wrap
run: python3 -m pip install meson ninja f90wrap build

# # remote debugging
# - name: Setup upterm session
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
meson setup build
meson compile -C build
python -m build --wheel
python3 -m build --wheel
# - name: Build wheels
# uses: pypa/[email protected]
Expand Down

0 comments on commit 6618def

Please sign in to comment.