Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #259: Finish Feature Request by Adding Support for musllinux Wh…
…eels and Testing Script for Alpine Compatibility (#261) * Update pyproject.toml to add cibuildwheel as a development dependency * add make-musllinux-wheels * update poetry.lock since there is changes to pyproject.toml * add test script to check compatibility with alpine * include expected output of the test script as comment at the bottom of the file * run-precommit hooks * merge make-musllinux-wheels into make-wheels , and set py version globally using variable CIBW_BUILD_VERSIONS * update test_musllinux_wheel.sh based on changes in .github/workflows/build.yml * Update build.yml * add comments on the python version definition * resolve musllinux build failure by using apk for musllinux images, this is caused by the absence of `yum` in Alpine-based musllinux images * Update test_musllinux_wheel.sh * version 6.5.6 --------- Co-authored-by: Jannik Kissinger <github@michelfe.it>
- Loading branch information