Skip to content

Commit

Permalink
Merge pull request #1226 from google/remove-publish-delay
Browse files Browse the repository at this point in the history
Cargo publish now waits automatically.
  • Loading branch information
adetaylor authored Jan 31, 2023
2 parents 21a0070 + 70b2d2b commit 6e1200d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/publish-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ for CRATE in $DIRS; do
echo "Publish: $CRATE"
cargo publish
popd
sleep 30 # sometimes crates.io takes a moment, and our
# crates are interdependent.
done

0 comments on commit 6e1200d

Please sign in to comment.