jianguotian opened a new pull request, #47: URL: https://github.com/apache/paimon-vector-index/pull/47
**Problem:** the Release workflow startup_failures on rc tags (0 jobs). ASF removed `pypa/cibuildwheel` from the org Actions allowlist between rc2 and rc3 — same SHA passed in rc2, now rejected at startup, blocking the whole release. **Fix:** build linux wheels directly 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 build / auditwheel repair 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]
