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 29, 2019
1 parent 48ebe9a commit 7e8f3bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
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 7e8f3bb

Please sign in to comment.