diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 52b65b1..043b7b8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,8 +88,12 @@ jobs: target: x86_64 command: build args: --release --strip --interpreter python --manifest-path py-forust/Cargo.toml --out dist - - name: Install wheel - run: pip install --no-index --find-links dist --no-deps --force-reinstall . + - name: Build Wheels with maturin + uses: PyO3/maturin-action@v1 + with: + target: x86_64 + command: develop + args: --release --strip --manifest-path py-forust/Cargo.toml - name: Run Package Tests run: | pip install pytest pytest-cov 'black>=24.0.0,<25.0.0' ruff setuptools --upgrade