Skip to content

Commit

Permalink
Slow down the publish script to account for crates.io slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Aug 30, 2019
1 parent a4726db commit ad7c6e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.sh
Expand Up @@ -11,5 +11,8 @@ set -eux
cd "$(dirname "$0")/crates/macro"
cargo publish

# Let crates.io's index notice that we published the macro.
sleep 10

cd ../..
cargo publish

0 comments on commit ad7c6e3

Please sign in to comment.