esafak opened a new pull request, #2532: URL: https://github.com/apache/fory/pull/2532
## Why? The Python release pipeline is broken: * Windows wheels do not use the ref tag (pyfory-0.12.1-cp39-cp39-win_amd64.whl vs pyfory-0.12.1a3-cp310-cp310-macosx_15_0_universal2.whl) * Linux does not release wheels for the full set of Python versions. ## What does this PR do? * Introduce `ci/tasks/python_container_build_script.sh` for containerized wheel builds. * Update `ci/build_linux_wheels.py` to use the new container script and define Python versions. * Enhance `ci/deploy.sh` to force wheel version on Windows. * Add version verification logic to `.github/workflows/build-native-pr.yml`. * Update GitHub Actions workflows (`release-python.yaml`, `build-native-release.yml`, `build-containerized-release.yml`, `build-native-pr.yml`) for consistency and artifact naming. * Refactor `ci/build_linux_wheels.py` to pass `GITHUB_REF_NAME` to Docker for version verification. ## Related issues #2527 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
