Bump version to 0.4.13 (#7558)

This commit is contained in:
Zanie Blue
2024-09-19 15:43:56 -05:00
committed by GitHub
parent f3463b3d08
commit b8f9ee3b4d
10 changed files with 49 additions and 15 deletions
+1 -1
View File
@@ -601,7 +601,7 @@ jobs:
manylinux: musllinux_1_1
args: ${{ matrix.platform.arch == 'ppc64le' && '--profile release-no-lto' || '--release'}} --locked --out dist --features self-update ${{ matrix.platform.arch == 'aarch64' && '--compatibility 2_17' || ''}}
docker-options: ${{ matrix.platform.maturin_docker_options }}
rust-toolchain: ${{ matrix.platform.toolchain || 'stable' }}
rust-toolchain: ${{ matrix.platform.toolchain || null }}
- uses: uraimo/run-on-arch-action@v2
name: Test wheel
with: