Compare commits

..

3 commits

Author SHA1 Message Date
310945bf0b Merge pull request 'ci pipeline >:(' (#37) from devel into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m40s
Reviewed-on: #37
2024-01-17 01:35:48 +01:00
f2af0bc323
this time it will work
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 01:34:45 +01:00
1147575dc0
only publish in master
All checks were successful
Cargo Check, Format, Fix and Test / cargo CI (push) Successful in 2m0s
2024-01-17 01:25:18 +01:00

View file

@ -14,15 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --all-features --all-targets
- run: rustup component add rustfmt
- run: cargo fix --all-features --all-targets
- run: cargo fmt --all
- run: cargo test --all-features --all-targets
- run: |
for CRATE in {libpt-log,libpt-core,libpt-math,libpt-ccc,libpt-bintols,libpt-hedu,libpt-net,libpt-bin,libpt}; do
cargo publish \
--index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
-p $CRATE
;
done
- uses: katyo/publish-crates@v2
with:
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - uses: katyo/publish-crates@v2
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}