Releases: PyO3/maturin-action
Releases · PyO3/maturin-action
v1.42.0
What's Changed
- Add support for
--target=
by @messense in #248 - Add arm-unknown-linux-musleabihf target support by @messense in #250
Full Changelog: v1.41.0...v1.42.0
v1.41.0
What's Changed
- Upgrade to Node 20
- Bump actions/setup-python from 4 to 5 by @dependabot in #239
- Bump peter-evans/create-pull-request from 5 to 6 by @dependabot in #243
Full Changelog: v1.40.8...v1.41.0
v1.40.8
v1.40.7
What's Changed
Full Changelog: v1.40.6...v1.40.7
v1.40.4
What's Changed
Full Changelog: v1.40.3...v1.40.4
v1.40.3
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #211
- Correctly compute
pyproject.toml
path by @messense in #213
Full Changelog: v1.40.2...v1.40.3
v1.40.2
What's Changed
Full Changelog: v1.40.1...v1.40.2
v1.40.1
What's Changed
- Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #174
- Write
run-maturin-action.sh
to a tmpdir by @messense in #194
Full Changelog: v1.40.0...v1.40.1
v1.40.0
What's Changed
Full Changelog: v1.39.0...v1.40.0
v1.39.0
What's Changed
For running custom script to configure the build environment on Linux, for example installing clang for rust-bindgen
.
For macOS and Windows you can just run the command before maturin-action
since the builds are always run on the host machine.
Full Changelog: v1.38.1...v1.39.0