Conversation
Greptile SummaryThis PR fixes the Key changes:
Confidence Score: 5/5Safe to merge — the change is a straightforward fix that makes the build and publish steps internally consistent. Both changes are small and correct: No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant UV as uv CLI
participant FS as Filesystem (dist/)
participant PyPI as PyPI
GH->>UV: uv build --directory $build_dir --out-dir dist
UV->>FS: Write wheel + sdist to dist/ (repo root)
GH->>FS: Verify dist/*.whl contains .pyi files (reflex only)
GH->>UV: uv publish dist/*
UV->>PyPI: Upload all artifacts from dist/
Reviews (1): Last reviewed commit: "specify directories for publish" | Re-trigger Greptile |
No description provided.