Skip to content

Commit

Permalink
build(project): make testing crate private
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Dec 13, 2024
1 parent c8528e8 commit e3db482
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 1 addition & 0 deletions packages/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
authors = ["AXONE"]
edition = "2021"
name = "testing"
publish = false
version = "5.0.0"

[dependencies]
Expand Down

0 comments on commit e3db482

Please sign in to comment.