From 50cd28f7c842ad08ab8dde9cff523f468f9e47a8 Mon Sep 17 00:00:00 2001 From: "Nathaniel D. Hoffman" <36977879+denehoffman@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:30:18 -0400 Subject: [PATCH] ci: exclude python_examples from crate upload These files are too big and aren't related to the Rust side anyway --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a58e202..bfe3fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://github.com/denehoffman/laddu" license = "MIT OR Apache-2.0" keywords = ["PWA", "amplitude", "particle", "physics", "modeling"] categories = ["science", "mathematics"] +exclude = ["/python_examples"] [lib] name = "laddu"