From 5ab93762df190506864a67ee1cdb38f94b071bee Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Fri, 26 Apr 2024 10:43:30 +0200 Subject: [PATCH] prior fails for cramjam, worked for cli --- .github/workflows/CI-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-python.yml b/.github/workflows/CI-python.yml index 5c2cebea..8432df55 100644 --- a/.github/workflows/CI-python.yml +++ b/.github/workflows/CI-python.yml @@ -228,7 +228,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --manifest-path ${{ matrix.package.dir }}/Cargo.toml --no-default-features --features extension-module --features blosc2-shared + args: --release --out dist --manifest-path ${{ matrix.package.dir }}/Cargo.toml # run: | # python -m pip install maturin delvewheel