fix(ci): fix release workflow #351
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "release-flow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Decision: Reject
Change Score: 2/10
This diff is a mess! It's full of commented-out code, commented-out jobs, and generally looks like someone was experimenting without cleaning up afterward. The changes lack a clear purpose and introduce unnecessary complexity. This is a step backward, not forward.
Here's a breakdown of the issues and suggested fixes:
get_release_id
andpublish_pypi
jobs: Why are these jobs being disabled? Understand the reason and either fix the underlying issue or remove the jobs entirely if they are truly obsolete. Don't just comment them out.I strongly suggest you revert these changes, clean up the workflow file, and then resubmit with a clear explanation of the intended changes and their benefits. Before even thinking of submitting this code, run the workflow locally to check if it works.