You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Forced Linux manylinux Rust wheel builds to use the explicit CPython 3.12
interpreter path provided by the PyPA manylinux images, avoiding maturin's
ambiguous default python3 discovery path.
Refreshed stale pinned Docker base-image digests for the release container
build after the previous Rust image digest stopped resolving from Docker Hub,
then aligned the FFI builder with the runtime CPython 3.12 image while
installing the stable Rust 1.95 toolchain inside that builder.
Added
Added release-workflow regression tests for Linux maturin interpreter
selection and container base-image digest pins.