Skip to content

Refactor/crates publish pipeline#5

Merged
marcjazz merged 4 commits intomainfrom
refactor/crates-publish-pipeline
Mar 7, 2026
Merged

Refactor/crates publish pipeline#5
marcjazz merged 4 commits intomainfrom
refactor/crates-publish-pipeline

Conversation

@marcjazz
Copy link
Copy Markdown
Owner

@marcjazz marcjazz commented Mar 7, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refactors the GitHub Actions workflow responsible for publishing this workspace’s Rust crates to crates.io, moving from a long, sequential list of publish steps to a matrix-based publish job.

Changes:

  • Renames and simplifies the workflow and job structure (single matrix job per crate).
  • Switches to using cargo metadata + crates.io API to detect whether a version already exists before publishing.
  • Centralizes CARGO_REGISTRY_TOKEN at the job level and standardizes publish behavior across crates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/publish.yml Outdated
Comment thread .github/workflows/publish.yml Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/publish.yml
Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/deploy-docs.yml Outdated
@marcjazz marcjazz merged commit 5c781a9 into main Mar 7, 2026
3 checks passed
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