diff --git a/.release-plz.toml b/.release-plz.toml index b2b29f7..4e4eb98 100644 --- a/.release-plz.toml +++ b/.release-plz.toml @@ -14,8 +14,3 @@ pr_labels = ["release"] [[package]] name = "agent-client-protocol" git_tag_name = "v{{ version }}" - -# Don't publish test utilities to crates.io -[[package]] -name = "agent-client-protocol-test" -publish = false diff --git a/src/yopo/Cargo.toml b/src/yopo/Cargo.toml index f028526..99df2d3 100644 --- a/src/yopo/Cargo.toml +++ b/src/yopo/Cargo.toml @@ -7,6 +7,7 @@ license.workspace = true repository.workspace = true homepage.workspace = true description = "YOPO (You Only Prompt Once) - A simple ACP client for one-shot prompts" +publish = false [lib] name = "yopo"