Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI workflow to publish crates on tag/release (#14)
* Add CI workflow to publish crates on tag/release This commit adds a new github actions work to publish the package's crates to crates.io. This new CI job run cargo publish on the respective crates in the correct order to publish the entire workspace. * Update package dirs after #13 and #15 * Update package dirs after #27 * Choose names that better describe actions taken * Put list of crates to release (publish on crates.io) in topo order --------- Co-authored-by: John Lapeyre <[email protected]>
- Loading branch information