fix(ci): use uv build instead of python -m build#9
Conversation
uv build handles venv creation internally, avoiding the "No virtual environment found" error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdate the cd-release GitHub Actions workflow to build the package using Flow diagram for cd-release job with uv buildflowchart TD
A["Start cd-release job"] --> B["Set up Python with uv python install"]
B --> C["Build package with uv build"]
C --> D["List dist/ directory contents"]
D --> E["Upload release assets"]
E --> F["End job"]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
📝 WalkthroughWalkthroughThe GitHub Actions CD release workflow has been simplified by replacing the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fix package build step in cd-release workflow.
Problem
Solution
Use
uv buildwhich handles venv creation internally.🤖 Generated with Claude Code
Summary by Sourcery
CI:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.