Merged
Conversation
CodSpeed Performance ReportMerging #6059 will not alter performanceComparing Summary
|
Contributor
Greptile SummaryAdds a new GitHub Actions workflow for publishing the Reflex package to PyPI using Key Changes:
Issues Found:
Confidence Score: 2/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant UV as UV Tool
participant Hatch as Hatchling Build
participant PyPI as PyPI Registry
Dev->>GH: Trigger workflow_dispatch
GH->>GH: Checkout code (v6)
GH->>UV: Install uv tool
GH->>UV: Run uv build
UV->>Hatch: Invoke hatchling build backend
Hatch->>Hatch: Execute custom build hook
Note over Hatch: Requires: plotly, ruff,<br/>pre_commit, toml
Hatch->>Hatch: Generate .pyi files
Hatch-->>UV: Return build artifacts
UV-->>GH: Build complete
GH->>UV: Run uv publish
UV->>PyPI: Publish using OIDC trusted publishing
Note over UV,PyPI: Uses id-token permission
PyPI-->>UV: Publish successful
UV-->>GH: Publish complete
|
masenf
approved these changes
Dec 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.