You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: downgrade bazel to 6.5.0 and add explicit installation in workflows
- Downgrade Bazel from 7.6.1 to 6.5.0 for certificate handling stability
- Add pre-build Bazel installation step with direct download (bypassing cert checks)
- Install Bazel to ~/.local/bin and update PATH for consistent CI environment
- Remove explicit PyPI repository URL (use default legacy endpoint)
- Add Python 3.12 and 3.13 classifier support
This ensures consistent Bazel availability across all CI runners (Linux/macOS)
and improves compatibility with current PyPI publishing practices.
0 commit comments