Release independent packages
cargo devel CI / cargo CI (push) Has been cancelled Details

Generated by cargo-workspaces
This commit is contained in:
Christoph J. Scherr 2024-01-17 16:06:33 +01:00
parent d792d88ff6
commit dab371c26f
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@ members = [
default-members = [".", "members/libpt-core"] default-members = [".", "members/libpt-core"]
[workspace.package] [workspace.package]
publish = true publish = true
version = "0.3.6" version = "0.3.8"
edition = "2021" edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT" license = "MIT"
@ -28,11 +28,11 @@ categories = [
[workspace.dependencies] [workspace.dependencies]
anyhow = "1.0.79" anyhow = "1.0.79"
thiserror = "1.0.56" thiserror = "1.0.56"
libpt-core = { version = "0.3.3", path = "members/libpt-core", registry = "cscherr" } libpt-core = { version = "0.3.8", path = "members/libpt-core", registry = "cscherr" }
libpt-bintols = { version = "0.3.3", path = "members/libpt-bintols", registry = "cscherr" } libpt-bintols = { version = "0.3.8", path = "members/libpt-bintols", registry = "cscherr" }
libpt-log = { version = "0.3.3", path = "members/libpt-log", registry = "cscherr" } libpt-log = { version = "0.3.8", path = "members/libpt-log", registry = "cscherr" }
libpt-math = { version = "0.3.3", path = "members/libpt-math", registry = "cscherr" } libpt-math = { version = "0.3.8", path = "members/libpt-math", registry = "cscherr" }
libpt-net = { version = "0.3.3", path = "members/libpt-net", registry = "cscherr" } libpt-net = { version = "0.3.8", path = "members/libpt-net", registry = "cscherr" }
[package] [package]
name = "libpt" name = "libpt"

View File

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
set -e cargo publish --registry cscherr -p libpt
cargo ws publish --registry cscherr || cargo publish --registry cscherr -p libpt cargo ws publish --registry cscherr --publish-as-is
cargo publish --registry cscherr -p libpt