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..2a1a3dc7e 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"