Compare commits

...

2 Commits

Author SHA1 Message Date
Ahmed Ibrahim
b53c13f674 Release 0.131.0-alpha.8 2026-05-12 01:30:39 +03:00
Ahmed Ibrahim
4df5670b06 Publish Linux runtime wheels with glibc-compatible tags
Co-authored-by: Codex <noreply@openai.com>
2026-05-12 01:26:19 +03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -413,10 +413,10 @@ jobs:
platform_tag="macosx_10_9_x86_64"
;;
aarch64-unknown-linux-musl)
platform_tag="musllinux_1_1_aarch64"
platform_tag="manylinux_2_17_aarch64"
;;
x86_64-unknown-linux-musl)
platform_tag="musllinux_1_1_x86_64"
platform_tag="manylinux_2_17_x86_64"
;;
*)
echo "No Python runtime wheel platform tag for ${{ matrix.target }}"

View File

@@ -116,7 +116,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.0.0"
version = "0.131.0-alpha.8"
# Track the edition for all workspace crates in one place. Individual
# crates can still override this value, but keeping it here means new
# crates created with `cargo new -w ...` automatically inherit the 2024