From e3db4825ac7344f01c95decad3ce2a9cdcf7a1d9 Mon Sep 17 00:00:00 2001 From: ccamel Date: Fri, 13 Dec 2024 16:07:11 +0100 Subject: [PATCH] build(project): make testing crate private --- Makefile.toml | 9 ++++++++- packages/testing/Cargo.toml | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 7fa15c72..3f5f573b 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -645,7 +645,14 @@ fi install_crate = { crate_name = "cargo-hack", min_version = "0.6.14" } [tasks.publish-crates] -args = ["workspaces", "publish", "--from-git", "--yes", "--no-git-commit", "skip"] +args = [ + "workspaces", + "publish", + "--from-git", + "--yes", + "--no-git-commit", + "skip", +] command = "cargo" condition = { env_set = ["CARGO_REGISTRY_TOKEN"] } dependencies = ["install-cargo-workspaces"] diff --git a/packages/testing/Cargo.toml b/packages/testing/Cargo.toml index 988cefce..77c0bcc4 100644 --- a/packages/testing/Cargo.toml +++ b/packages/testing/Cargo.toml @@ -2,6 +2,7 @@ authors = ["AXONE"] edition = "2021" name = "testing" +publish = false version = "5.0.0" [dependencies]