Skip to content

ci: remove Rust publish dry-run#280

Merged
connor4312 merged 1 commit into
mainfrom
hotfix/remove-rust-dry-publish
Jun 27, 2026
Merged

ci: remove Rust publish dry-run#280
connor4312 merged 1 commit into
mainfrom
hotfix/remove-rust-dry-publish

Conversation

@connor4312

Copy link
Copy Markdown
Member

Summary

  • Remove the Dry-run publish every crate validation step from the Rust publish workflow.

Why

The dry-run attempts to package dependent crates before their freshly tagged dependency versions exist in the crates.io index, so cargo publish -p ahp --dry-run fails while resolving ahp-types = "^0.5.0".

The actual publish job already publishes crates in dependency order with index propagation waits between crates.

Validation

  • git diff --check

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@connor4312 connor4312 merged commit 898ef7e into main Jun 27, 2026
9 checks passed
@connor4312 connor4312 deleted the hotfix/remove-rust-dry-publish branch June 27, 2026 00:21
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.

3 participants