Skip to content

Commit

Permalink
ci: install maturin
Browse files Browse the repository at this point in the history
Signed-off-by: Sam H. Smith <sam.henning.smith@protonmail.com>
  • Loading branch information
SamHSmith committed Nov 15, 2024
1 parent a0e90a8 commit 03c21c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: rustup default nightly-2024-09-09
- name: Maturin build
run: |
pip install maturin
maturin build
mkdir dist
cp target/wheels/* dist/
Expand Down

0 comments on commit 03c21c9

Please sign in to comment.