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