Releases: hyperskill/hs-test-python
Releases · hyperskill/hs-test-python
v11.0.21
Use pip wheel for all wheel building
v11.0.14
Switch to python -m build for wheel creation
v11.0.13
Fix pip wheel command for dependencies
v11.0.8
Build single wheel with all dependencies
v11.0.7
Improve build matrix configuration
v11.0.6
Fix cross-platform wheel building
v11.0.5
Fix wheel building command
v11.0.4
Build platform-specific wheels with dependencies
v11.0.3
feat: configure platform-dependent wheel building
- Add platform-specific wheel building for all supported platforms
- Configure macOS builds for both arm64 and x86_64
- Include all dependencies in wheels using poetry
- Set up proper wheel repair for macOS builds
- Add .gitattributes for consistent line endings
v11.0.2
fix: switch to pure Python wheel building
- Replace cibuildwheel with build package for pure Python wheels