generated from PlexSheep/baserepo
Release 0.2.6
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
Cargo Check, Format, Fix, Test and publish / cargo CD (push) Has been cancelled
Details
libpt@0.2.6 libpt-bin@0.2.6 libpt-bintols@0.2.6 libpt-ccc@0.2.6 libpt-core@0.2.6 libpt-hedu@0.2.6 libpt-log@0.2.6 libpt-math@0.2.6 libpt-net@0.2.6 Generated by cargo-workspaces
This commit is contained in:
parent
819becd741
commit
549313424f
|
@ -26,7 +26,8 @@ jobs:
|
||||||
' > ~/.cargo/config.toml
|
' > ~/.cargo/config.toml
|
||||||
cat ~/.cargo/config.toml
|
cat ~/.cargo/config.toml
|
||||||
echo Registry Token: ${{ secrets.CARGO_PUBLISH_CSCHERR }}
|
echo Registry Token: ${{ secrets.CARGO_PUBLISH_CSCHERR }}
|
||||||
|
- name: install cargo workspace
|
||||||
|
run: cargo install cargo-workspaces
|
||||||
- name: publish crates on git.cscherr.de
|
- name: publish crates on git.cscherr.de
|
||||||
uses: katyo/publish-crates@v2
|
run: |
|
||||||
with:
|
cargo workspaces publish --registry cscherr skip
|
||||||
args: --registry cscherr
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ members = [
|
||||||
default-members = [".", "members/libpt-bin", "members/libpt-core"]
|
default-members = [".", "members/libpt-bin", "members/libpt-core"]
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
publish = true
|
publish = true
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Reference in New Issue