From 5f647e537fdb5979738fa2894e9f6538e8e4e268 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Mon, 23 Dec 2024 16:08:17 -0800 Subject: [PATCH] WIP: more fussing with dis --- Cargo.toml | 1 + svix-cli/Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 773c2c392..90a8b38a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ members = ["svix-cli"] [profile.dist] inherits = "release" lto = "thin" +pr-run-mode = "upload" diff --git a/svix-cli/Cargo.toml b/svix-cli/Cargo.toml index c288465e6..8726049af 100644 --- a/svix-cli/Cargo.toml +++ b/svix-cli/Cargo.toml @@ -8,6 +8,7 @@ keywords = ["svix", "webhooks", "diahook"] categories = ["development-tools", "asynchronous", "network-programming", "web-programming"] repository = "https://github.com/svix-onelson/svix-webhooks" authors = ["Svix Inc. "] +publish = false [package.metadata.wix] upgrade-guid = "E6EF2AC4-2BA1-4E36-BDD5-FEE972946181" @@ -15,6 +16,9 @@ path-guid = "09E262C8-4654-4160-A6A9-C03E92D3E575" license = false eula = false +[package.metadata.dist] +dist = true + [[bin]] name = "svix" path = "src/main.rs"