diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a3dce189..611a8df4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: