We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify = true
I have a repo that is a workspace, the workspace cargo-release config looks like
# Cargo.toml [workspace.metadata.release] verify = true target = "aarch64-unknown-linux-gnu" # <- Not my native arch shared-version = true
and the individual package configs look like
# package/Cargo.toml [package.metadata.release] verify = true target = "aarch64-unknown-linux-gnu" # <- Not my native arch shared-version = true
but when I run cargo-release, no verification takes place.
cargo-release
My native arch is aarch64-apple-darwin
aarch64-apple-darwin
The text was updated successfully, but these errors were encountered:
Could you give the exact command being used for cargo release and the output?
cargo release
Sorry, something went wrong.
No branches or pull requests
I have a repo that is a workspace, the workspace cargo-release config looks like
and the individual package configs look like
but when I run
cargo-release
, no verification takes place.My native arch is
aarch64-apple-darwin
The text was updated successfully, but these errors were encountered: