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
We want to publish multiple crates to the crates.io registry with GitHub Actions. We also want to test the publication prior to release.
What
We need to create a composite action that handles the publication to crates.io, and implement it in dry run mode in the CI and the pre-release workflows. Also, multiple users should be able to send packages with different API tokens.
How
Create a composite action for crates.io publication
Wire the action in the CI, pre-release and release workflows
The text was updated successfully, but these errors were encountered:
Why
We want to publish multiple crates to the
crates.io
registry with GitHub Actions. We also want to test the publication prior to release.What
We need to create a composite action that handles the publication to
crates.io
, and implement it indry run
mode in the CI and the pre-release workflows. Also, multiple users should be able to send packages with different API tokens.How
crates.io
publicationCI
,pre-release
andrelease
workflowsThe text was updated successfully, but these errors were encountered: