mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
29869a8ed5
commit
83275640a4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue