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:
parent
538afe2330
commit
0d90da896b
@ -11,7 +11,6 @@ do
|
|||||||
pushd "$crate"
|
pushd "$crate"
|
||||||
cargo publish
|
cargo publish
|
||||||
popd
|
popd
|
||||||
sleep 20
|
|
||||||
done
|
done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user