Skip to content

Commit 9d01a7b

Browse files
committed
Remove tracekit-cachekit packaging and publishing steps from the release workflow to streamline the CI process.
1 parent 70556c3 commit 9d01a7b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
# Verify each crate can be packaged
5252
cargo package --package tracekit
5353
cargo package --package tracekit-formats
54-
cargo package --package tracekit-cachekit
5554
cargo package --package tracekit-cli
5655
5756
release:
@@ -82,7 +81,6 @@ jobs:
8281
sleep 30
8382
8483
cargo publish --package tracekit-formats
85-
cargo publish --package tracekit-cachekit
8684
echo "Waiting for crates.io to index dependencies..."
8785
sleep 30
8886

0 commit comments

Comments
 (0)