Skip to content

v0.1.0

Choose a tag to compare

@simnaut simnaut released this 12 May 02:28
· 0 commits to 3cff1653a3c081be9a024bfa106c454efed306fb since this release
5d4510f
Add workflow_dispatch recovery path to publish workflow (#474)

When a tag-triggered publish run partially succeeds and then halts
(e.g. crates.io sparse-index propagation times out after the first
crate uploads), there was no way to resume without re-publishing the
crates the registry already accepted.

Adds `workflow_dispatch` with `from_crate` and `no_wait` inputs that
pass through to `cargo xtask publish`, so resuming a v0.1.0 release
after a partial failure is one `gh workflow run` away.

Co-authored-by: Test User <test@test.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>