Skip to content

Commit

Permalink
rust publish makefile (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 9, 2022
1 parent 32f7716 commit 7d3e040
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,20 @@ bench-save:

bench-cmp:
cargo bench --features=random --bench $(BENCH) -- --load-baseline $(FEAT) --baseline $(BASE)


publish:
cargo publish --allow-dirty -p polars-arrow
sleep 10
cargo publish --allow-dirty -p polars-utils
sleep 10
cargo publish --allow-dirty -p polars-core
sleep 10
cargo publish --allow-dirty -p polars-time
cargo publish --allow-dirty -p polars-ops
sleep 10
cargo publish --allow-dirty -p polars-io
sleep 10
cargo publish --allow-dirty -p polars-lazy
sleep 10
cargo publish --allow-dirty -p polars

0 comments on commit 7d3e040

Please sign in to comment.