jianguotian opened a new pull request, #64: URL: https://github.com/apache/paimon-mosaic/pull/64
**Problem:** the Release workflow will startup_failure on release tags — ASF removed `pypa/cibuildwheel` from the org Actions allowlist. The 0.2.0-rc1 wheels were built before the change, but cutting the final v0.2.0 tag would now fail (same issue already hit paimon-vector-index rc3). **Fix:** build linux wheels inside the `manylinux_2_28` image. Container images aren't subject to the allowlist, so the python release path no longer depends on any third-party action (publish already uses allowlisted gh-action-pypi-publish). manylinux_2_28 / cp39 / ffi.so / auditwheel preserved; mac/win unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
