From d9b63977c39a1a3b29398cd36f3972c4e3320439 Mon Sep 17 00:00:00 2001 From: Ubuntu <> Date: Thu, 9 May 2024 23:17:44 +0000 Subject: [PATCH] Trying to use the develop command --- .github/workflows/CI.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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