From 5ebcdfd52daa0c966f011cae20281d37421768ba Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Thu, 16 Apr 2026 17:37:08 +0200 Subject: [PATCH] CI workflow --- .github/workflows/CI.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ec9918c..2f7a2a9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,12 +33,9 @@ jobs: with: python-version: 3.x - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter - sccache: ${{ !startsWith(github.ref, 'refs/tags/') }} - manylinux: auto + run: | + python -m pip install maturin + maturin build --release --out dist --find-interpreter --target ${{ matrix.platform.target }} - name: Upload wheels uses: actions/upload-artifact@v4 with: