don't wait during publishing (#18563)
- Publishing takes a long time - There's a 20 second wait between crates to not hit the rate limit on crates.io - Our rate limit has been increased by the crates.io team, don't wait anymore!
This commit is contained in:
parent
1f44b56310
commit
3c37eae52e
@ -63,7 +63,6 @@ do
|
|||||||
pushd "$crate"
|
pushd "$crate"
|
||||||
cargo publish
|
cargo publish
|
||||||
popd
|
popd
|
||||||
sleep 5
|
|
||||||
done
|
done
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user