Skip to content

feat(IDX): add publish crates workflow#8446

Merged
cgundy merged 6 commits intomasterfrom
create-publish-crates-workflow
Feb 5, 2026
Merged

feat(IDX): add publish crates workflow#8446
cgundy merged 6 commits intomasterfrom
create-publish-crates-workflow

Conversation

@cgundy
Copy link
Contributor

@cgundy cgundy commented Jan 21, 2026

Add a publish crates workflow, so that teams can publish their crates with a trusted workflow and not manually.

Will work with teams individually, to see if modifications need to be made.

@github-actions github-actions bot added the feat label Jan 21, 2026
@cgundy cgundy marked this pull request as ready for review February 5, 2026 08:52
@cgundy cgundy requested review from a team as code owners February 5, 2026 08:52
@cgundy cgundy enabled auto-merge February 5, 2026 09:31
@cgundy cgundy added this pull request to the merge queue Feb 5, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 5, 2026
Add a publish crates workflow, so that teams can publish their crates
with a trusted workflow and not manually.

Will work with teams individually, to see if modifications need to be
made.
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 5, 2026
@cgundy cgundy added this pull request to the merge queue Feb 5, 2026
Comment on lines +38 to +39
cargo build --package ${{ github.event.inputs.crate-name }}
cargo test --package ${{ github.event.inputs.crate-name }}
Copy link
Contributor

Choose a reason for hiding this comment

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

would it make sense to run this on more platforms? also, shouldn't we assume that the crate has its own build & test as part of regular CI?

Merged via the queue into master with commit e18c9cb Feb 5, 2026
39 checks passed
@cgundy cgundy deleted the create-publish-crates-workflow branch February 5, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments