Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jul 12, 2023
1 parent 07f2e6b commit 644ad55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-tools/cargo-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,26 @@ set -e
cd sea-query-attr
cargo publish
cd ..
# sleep 30

# publish `sea-query-derive`
cd sea-query-derive
cargo publish
cd ..
# sleep 30

# publish `sea-query`
cargo publish
# sleep 30

# publish `sea-query-binder`
cd sea-query-binder
cargo publish
cd ..
# sleep 30

# publish `sea-query-rusqlite`
cd sea-query-rusqlite
cargo publish
cd ..
# sleep 30

# publish `sea-query-postgres`
cd sea-query-postgres
cargo publish
cd ..
# sleep 30

0 comments on commit 644ad55

Please sign in to comment.