From d6f03898843e9c8334e427cc712b8f348a810135 Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Thu, 9 May 2024 17:10:00 +0800 Subject: [PATCH] chore(cargo): disable publish for python bindings --- python/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Cargo.toml b/python/Cargo.toml index dcc1ba9..b65e3e9 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -8,6 +8,7 @@ repository.workspace = true homepage.workspace = true documentation.workspace = true authors.workspace = true +publish = false [lib] name = "mtc_token_healing"