Skip to content

Commit

Permalink
feat: add script to publish crate to crates-io
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys3 committed Dec 10, 2024
1 parent b7d4110 commit 19e40e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

set -eou pipefail

cargo publish --registry crates-io

0 comments on commit 19e40e4

Please sign in to comment.