esafak opened a new pull request, #2381: URL: https://github.com/apache/fory/pull/2381
## Why? The way we were creating wheels was hacky and failing [PEP600](https://github.com/mayeut/pep600_compliance). ## What does this PR do? * Removed deprecated Python environment creation and wheel renaming logic from `ci/deploy.sh`. * Modified `build_pyfory` to use `auditwheel` for repairing Linux wheels and embedding shared libraries. * Added support for `auditwheel` to repair wheels for manylinux2014, manylinux2010, and manylinux2008 platforms. * Updated `.github/workflows/release.yaml` to use Docker containers with manylinux images for building Linux wheels. * Configured the workflow to build wheels natively on macOS and Windows, using `delocate` and `delvewheel` respectively for dependency bundling. * Added `auditwheel`, `delocate`, and `delvewheel` to the build dependencies. * Included `manylinux_2_28_x86_64` and `manylinux_2_28_aarch64` images as environment variables for clarity. * Ensured the correct `PLAT` environment variable is set for Docker builds. ## Related issues #2363 ## Does this PR introduce any user-facing change? No -- 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]
