Skip to content

v0.5.9

Choose a tag to compare

@github-actions github-actions released this 06 May 19:02
· 2593 commits to main since this release
a1572eb

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.