Skip to content

Make cargo publish workflow re-runnable by skipping already-published…#1331

Open
sinelaw wants to merge 1 commit intomasterfrom
claude/fix-cargo-publish-workflow-iyYao
Open

Make cargo publish workflow re-runnable by skipping already-published…#1331
sinelaw wants to merge 1 commit intomasterfrom
claude/fix-cargo-publish-workflow-iyYao

Conversation

@sinelaw
Copy link
Copy Markdown
Owner

@sinelaw sinelaw commented Mar 23, 2026

… crates

Publish crates individually in dependency order instead of all at once. Skip crates that already exist on crates.io, so the workflow can be safely re-run after partial failures. Only fresh-editor uses --allow-dirty (needed because the sed step modifies its Cargo.toml to strip fresh-gui).

https://claude.ai/code/session_018D1aGVuT8V8MfTdtzn4M12

… crates

Publish crates individually in dependency order instead of all at once.
Skip crates that already exist on crates.io, so the workflow can be safely
re-run after partial failures. Only fresh-editor uses --allow-dirty (needed
because the sed step modifies its Cargo.toml to strip fresh-gui).

https://claude.ai/code/session_018D1aGVuT8V8MfTdtzn4M12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants