Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(ci): lightweight PyPI wheel + first-run SEA download#680

Merged
umyunsang merged 1 commit into
mainfrom
fix/pypi-lightweight-launcher
Apr 10, 2026
Merged

fix(ci): lightweight PyPI wheel + first-run SEA download#680
umyunsang merged 1 commit into
mainfrom
fix/pypi-lightweight-launcher

Conversation

@umyunsang

Copy link
Copy Markdown
Member

PyPI 100MB limit exceeded. Wheel now contains only the launcher. SEA binaries download on first run from GitHub Releases.

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)
@umyunsang umyunsang merged commit 7a9c2f9 into main Apr 10, 2026
@coderabbitai

coderabbitai Bot commented Apr 10, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@umyunsang has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 51 seconds before requesting another review.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c22f5ce7-c16a-48be-8d9f-186478d1e6ca

📥 Commits

Reviewing files that changed from the base of the PR and between f36e4f7 and 226fb02.

📒 Files selected for processing (2)
  • .github/workflows/publish-pypi.yml
  • src/govon_cli/_launcher.py

Warning

.coderabbit.yaml has a parsing error

The CodeRabbit configuration file in this repository has a parsing error and default settings were used instead. Please fix the error(s) in the configuration file. You can initialize chat with CodeRabbit to get help with the configuration file.

💥 Parsing errors (1)
Validation error: String must contain at most 250 character(s) at "tone_instructions"
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/pypi-lightweight-launcher

Comment @coderabbitai help to get the list of available commands and usage tips.

@umyunsang umyunsang deleted the fix/pypi-lightweight-launcher branch April 10, 2026 05:06
@github-actions github-actions Bot added bug Something isn't working infra 인프라/배포 관련 and removed bug Something isn't working labels Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infra 인프라/배포 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant