Skip to content

Commit

Permalink
chore: simple publish script (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Apr 2, 2024
1 parent 2e2babc commit 1640b8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

cargo publish --package revm-primitives
cargo publish --package revm-precompiles
cargo publish --package revm-interpreter
cargo publish --package revm
cargo publish --package revme

echo "All crates published"

0 comments on commit 1640b8f

Please sign in to comment.