From b30f106772bda14a2d5ec36723bb8679dc697634 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 29 Sep 2023 18:26:38 +0200 Subject: [PATCH] publish workspace --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ddcddf..7e04b43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ default-members = [ "members/libpt-math", ] [workspace.package] -publish = false +publish = true version = "0.1.7" edition = "2021" authors = ["Christoph J. Scherr "] @@ -37,7 +37,7 @@ pyo3 = "0.19" [package] name = "libpt" -publish = true +publish.workspace = true version.workspace = true edition.workspace = true authors.workspace = true