Ensure that if a bare version number is on main
it's what's published to crates.io
#179
Labels
ofl
All build systems are awful
Milestone
The dry-run publish step on CI needs to check if the version of the crate in the PR is on crates.io. If it is, the scripts should download the tarball, package a local crate tarball, and assert they're the same.
If they're not the same, fail CI with a recommendation to run
cargo ofl versions
locally.The text was updated successfully, but these errors were encountered: