changhc opened a new pull request, #2237: URL: https://github.com/apache/iggy/pull/2237
### Description Updated the `_build_python_wheels` workflow to cover python SDK wheels built with musllinux. Python SDK for linux will have 4 variations: * manylinux_x86 * manylinux_arm64 * musllinux_x86 * musllinux_arm64 ### Testing [Test build](https://github.com/changhc/iggy/actions/runs/18263772305) Manually tested the built musllinux wheels on an x86 machine: * Download the built artefact `wheels-linux-x86_64-musllinux_1_2 ` and unzip the archive * ```sh $ docker run --rm -it --entrypoint sh -v $PWD:/sdk python:3.12-alpine \ -c 'pip install /sdk/apache_iggy-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl' Processing /sdk/apache_iggy-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl Installing collected packages: apache-iggy Successfully installed apache-iggy-0.5.0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
