Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: workflow for publishing crates (#5105)
## Describe your changes Adds a simple workflow to handle publishing the workspace's crates to crates.io. Will run whenever a new tag is pushed to the repo, and publish the crates under that tag. ## Issue ticket number and link Closes #5005. Refs #5104, #4978. ## Testing and review I've been handling the publication step manually, locally, after tagging release, to ensure that the script is stable enough to stick in automation. It's been well behaved for the past few minor releases, so let's try it out in automation. I'll handle verifying behavior post-merge, post-release. ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > ci-only, no code changes
- Loading branch information