You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rust package registry recently added support for something they call trusted-publishing.
This avoids the usage of long-lived secrets to upload packages to crates.io. Additionally it uniquely identifies the workflow which uploaded the package.
Might be neat to set this up for the WASM bindings since we do our plublishing using github actions.