Add a sleep in the publish script to throttle things a bit

The compiler crates depends on the common crates which might not be available
yet because of the crates.io cache
This commit is contained in:
Olivier Goffart 2022-03-10 09:46:04 +01:00
parent 29869a8ed5
commit 83275640a4

View file

@ -4,6 +4,7 @@
cargo publish --manifest-path internal/common/Cargo.toml
cargo publish --manifest-path internal/core-macros/Cargo.toml
sleep 15
cargo publish --manifest-path internal/compiler/Cargo.toml
cargo publish --manifest-path internal/core/Cargo.toml
cargo publish --manifest-path api/rs/macros/Cargo.toml