Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadika9 authored and dewmal committed Jun 11, 2024
1 parent 4622871 commit daf101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Change Directory
run: cd bindings/ceylon
- name: Build
run: maturin --release --out dist --find-interpreter -m bindings/ceylon/Cargo.toml
run: maturin build --release --out dist --find-interpreter -m bindings/ceylon/Cargo.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit daf101c

Please sign in to comment.