Skip to content

use release-plz trusted publishing implementation#43

Merged
davidtwco merged 1 commit intorust-lang:mainfrom
marcoieni:use-release-plz-trusted-publishing-implementation
Sep 17, 2025
Merged

use release-plz trusted publishing implementation#43
davidtwco merged 1 commit intorust-lang:mainfrom
marcoieni:use-release-plz-trusted-publishing-implementation

Conversation

@marcoieni
Copy link
Copy Markdown
Member

The latest release-plz version implements trusted publishing, so there's no need to use the crates-io-auth-action.

The advantage is that release-plz will request tokens to crates.io only when a release needs to happen.
Instead, right now CI requests for a token on every commit on the main branch, which is a waste of resources.

This PR should be ready to be merged because no settings changes should be required.

@davidtwco davidtwco merged commit 43a1454 into rust-lang:main Sep 17, 2025
2 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