fix(ci): lightweight PyPI wheel + first-run SEA download#680
Conversation
PyPI has a 100MB file size limit. SEA binaries (~95MB each × 4 platforms)
cannot be bundled in a single wheel.
New approach:
- pip install govon: lightweight launcher only (~5KB wheel)
- First run: downloads SEA binary from GitHub Release to ~/.govon/bin/
- Subsequent runs: uses cached binary
- publish-pypi.yml: build SEA → attach to GitHub Release (not in wheel)
The launcher checks three locations in order:
1. ~/.govon/bin/{version}/govon-{platform} (cached download)
2. src/govon_cli/_bin/ (bundled in platform-specific wheel, future)
3. GitHub Release download (first-run fallback)
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 2 minutes and 51 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Warning
|
PyPI 100MB limit exceeded. Wheel now contains only the launcher. SEA binaries download on first run from GitHub Releases.