generated from PlexSheep/baserepo
publish workspace
This commit is contained in:
parent
ceb8c98715
commit
b30f106772
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ default-members = [
|
||||||
"members/libpt-math",
|
"members/libpt-math",
|
||||||
]
|
]
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
publish = false
|
publish = true
|
||||||
version = "0.1.7"
|
version = "0.1.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
|
@ -37,7 +37,7 @@ pyo3 = "0.19"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "libpt"
|
name = "libpt"
|
||||||
publish = true
|
publish.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
|
|
Reference in a new issue