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 daf101c commit 1afa15b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
run: cd bindings/ceylon
- name: Build
run: maturin build --release --out dist --find-interpreter -m bindings/ceylon/Cargo.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter -m bindings/ceylon/Cargo.toml
sccache: 'true'
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1afa15b

Please sign in to comment.