fix(ci): correct malformed uv publish command in release workflows#77
Conversation
SummaryThis PR fixes a malformed Findings[Minor] [Minor] VerdictAPPROVE — The diff is minimal, correct, and fixes a real bug in a CI command. No security or correctness concerns introduced. |
SummaryFixes two malformed Findings
No test coverage concerns — this changes only CI workflow YAML. Readability and maintainability are improved. VerdictAPPROVE — Straightforward CI fix that corrects malformed publish commands and removes dead code. No security, correctness, or maintainability concerns. |
SummaryThis PR fixes malformed Findings[Minor] VerdictAPPROVE — Correct, well-scoped fix that resolves the broken publish command without introducing any issues. |
SummaryThis PR fixes malformed Findings[Minor] [Minor] [Minor] VerdictAPPROVE — Straightforward, correct fix for a broken CI publish command. No security concerns. |
|
technocore review via pipeline Phase 1 — Security GateReviewed the diff for malicious patterns:
The Security verdict: CLEAN — proceeding to code review. Phase 2 — Code ReviewSummary: This PR fixes malformed Findings: [Minor] No correctness, security, or maintainability issues introduced by this PR. The diff is clean and focused. Verdict: APPROVE — The change correctly resolves the malformed command described in #76, and simplifies the workflow without introducing regressions. |
SummaryThis PR fixes malformed Findings[Severity: Minor] All other aspects of the diff are correct:
VerdictAPPROVE — The PR is a simple, correct fix that addresses the broken CI commands described in #76 with no security concerns or logic errors. |
SummaryFixes two malformed Findings[Minor] [Minor] No correctness, security, or maintainability issues. VerdictAPPROVE — Straightforward fix for a broken CI command. Corrects both release workflows to use the proper |
|
technocore review via pipeline Merged PR #77. |
Closes #76
Summary
Fixed the broken
uv publishcommands in bothrelease.ymlandtag-release.yml:pip install maturinstep before publishuv publish dist --token ... *.whl *.tar.gz **/*.whl **/*.tar.gz dist/*with correctuv publish dist/* --token ...