Releases: cmake-wheel/cmeel
Releases · cmake-wheel/cmeel
Release v0.34.1
- allow building "py3x-none-any" wheels with
pyver-any = true
in pyproject.toml
Release v0.34.0
- allow building "py3x-none-any" wheels with
pyver-any = true
in pyproject.toml
Release v0.33.0
- allow building "py3-none-any" wheels with
any = true
in pyproject.toml
Release v0.32.3
- stringfy paths in
check_output
s, to fix build on windows
Release v0.32.2
- parse wheel pack output with a regex
- fix some builds on windows
- fix ci on some mac OS
Release v0.32.1
- fix path separator on windows
Release v0.32.0
- don't require pip on DEBUG mode
- DEBUG: show wheel name
Release v0.31.0
- configure logging through
log-level
/CMEEL_LOG_LEVEL
- DEBUG level: show pip freeze, the commands, and their environment
Release v0.30.0
- on Apple Silicon, explicitely build for arm64
Release v0.29.0
- fix architecture for OSX arm64 systems in python 3.8