Migrate this workspace to using trusted publishing - #1350
Merged
alexcrichton merged 3 commits intoAug 13, 2025
Conversation
Similar to bytecodealliance/wasm-tools#2281 but for this repository. The main benefit is removal of a long-lived token, and the main consequence is that crates will need to be published to crates.io with a placeholder before being merged in here.
Member
Author
|
I plan on publishing a new release after this to ensure all the automation works. |
alexcrichton
enabled auto-merge
August 13, 2025 21:37
pchickey
approved these changes
Aug 13, 2025
pchickey
added a commit
to bytecodealliance/wstd
that referenced
this pull request
Aug 14, 2025
pchickey
added a commit
to bytecodealliance/wstd
that referenced
this pull request
Aug 14, 2025
* Cargo: set rust-version following wasmtime's policy of stable minus two * switch to install-rust action used in wasm-tools etc * add publish.rs and verify-publish ci job * add release-process publish workflows copied from wit-bindgen, except got rid of publishing the dist files, since we arent distributing any binaries as part of this release process * fix comment * use trusted publishing workflow adapted from bytecodealliance/wit-bindgen#1350 * fix typos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to bytecodealliance/wasm-tools#2281 but for this repository. The main benefit is removal of a long-lived token, and the main consequence is that crates will need to be published to crates.io with a placeholder before being merged in here.