Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tools): update release-plz.toml (#618)
Pass `--no-verify` to `cargo publish` when publishing `*-native` crates. `*-native` crates may have all kinds of system requirements depending on the platform. We can only check for the current platform when cargo publish is invoked, all the others are effectively unverified. For this reason, it's not worth complexifying the release-crates.yml workflow. We already verify all targets properly in the CI.
- Loading branch information