We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae158f4 commit 53a217bCopy full SHA for 53a217b
.github/workflows/build-binaries.yml
@@ -291,7 +291,7 @@ jobs:
291
# On `aarch64`, use `manylinux: 2_28`; otherwise, use `manylinux: auto`.
292
manylinux: ${{ matrix.platform.arch == 'aarch64' && '2_28' || 'auto' }}
293
docker-options: ${{ matrix.platform.maturin_docker_options }}
294
- args: --release --locked --out dist --no-default-features --features flate2/rust_backend
+ args: --release --locked --out dist
295
- uses: uraimo/run-on-arch-action@v2
296
name: Test wheel
297
with:
0 commit comments