Skip to content

Commit 8dced55

Browse files
author
Joe Snell
committed
add deploy script
1 parent 627ed06 commit 8dced55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/deploy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
poetry publish --build

0 commit comments

Comments
 (0)