From 85f6e7f52599330b4c7507de6cd45b8dd8aeb39c Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 18 Jan 2024 17:17:29 -0500 Subject: [PATCH] Mark puffin-dev as publush = false --- crates/puffin-dev/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/puffin-dev/Cargo.toml b/crates/puffin-dev/Cargo.toml index 8b3b7f2ee5c2..4c6c77d907da 100644 --- a/crates/puffin-dev/Cargo.toml +++ b/crates/puffin-dev/Cargo.toml @@ -2,6 +2,8 @@ name = "puffin-dev" version = "0.0.1" description = "Build wheels from source distributions" +publish = false + edition = { workspace = true } rust-version = { workspace = true } homepage = { workspace = true }