Open EverlastingBugstopper opened 3 years ago
.github/workflows/release.yml should include a step to publish to crates.io with cargo publish under the crate name rover after the github release artifacts have been created.
.github/workflows/release.yml
cargo publish
rover
blocked on #272
~also blocked on #388 as build.rs is not supposed to modify any files except those specified by OUT_DIR~
build.rs
OUT_DIR
edit: adding this comment directly to #272
.github/workflows/release.yml
should include a step to publish to crates.io withcargo publish
under the crate namerover
after the github release artifacts have been created.