don't wait during publishing (#18563)

# Objective

- Publishing takes a long time
- There's a 20 second wait between crates to not hit the rate limit on
crates.io

## Solution

- Our rate limit has been increased by the crates.io team, don't wait
anymore!
This commit is contained in:
François Mockers 2025-03-26 22:27:29 +01:00 committed by GitHub
parent 538afe2330
commit 0d90da896b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ do
pushd "$crate"
cargo publish
popd
sleep 20
done
popd