Releases: PyO3/maturin-action
Releases · PyO3/maturin-action
v1.6.2
- Allow building manylinux wheels on host without Docker
- Set
SDKROOT
env var for macOS universal2 build
v1.6.1
Print maturin version after installation.
v1.6.0
Add default containers for platforms other than x86_64
.
v1.5.2
Pass some useful env vars to docker run
v1.5.1
Run manylinux off jobs on host instead of in Docker
v1.5.0
Added support for specifying Rust toolchain
v1.4.2
- Setup additional env vars for macOS universal2 build
- Install
aarch64-apple-darwin
Rust target automatically
v1.4.1
Add fallback maturin version in case fetching latest maturin version failed.
v1.4.0
Support vanilla manylinux docker containers
v1.3.0
- Convert codebase to TypeScript
- Added
target
input argument