What's Changed
- Add support for building bin bindings wheels with multiple platform tags by @messense in #928
- Skip auditwheel for non-compliant linux environment automatically by @messense in #931
- Update cargo-xwin to 0.8.6 by @messense in #932
- Fix abi3 wheel build issue when no Python interpreters found on host by @messense in #933
- Add Python 3.11 sysconfigs for Linux, macOS and Windows by @messense in #934
- Update to Rust 1.61 for Docker image by @messense in #935
- Add Python 3.11 sysconfig for arm64 Windows by @messense in #936
- Add network proxy support to upload command by @messense in #939
- Fix python interpreter detection on arm64 Windows by @messense in #940
- Replace
adjust_canonicalization
with thedunce
crate by @messense in #941 - Fallback to
py -X.Y
whenpythonX.Y
cannot be found on Windows by @messense in #943 - Auto-detect Python Installs from Microsoft Store by @messense in #944
- Add bindings detection to bin targets by @messense in #938
Full Changelog: v0.12.17...v0.12.18