From b955996ba1895e1cbebf444fbd4dce845a1a082f Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 17 Jan 2024 14:55:07 +0100 Subject: [PATCH] add publish script --- scripts/publish.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/publish.sh diff --git a/scripts/publish.sh b/scripts/publish.sh new file mode 100755 index 0000000..9714d43 --- /dev/null +++ b/scripts/publish.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cargo ws publish --registry cscherr +cargo ws publish --registry cscherr --no-git-commit --publish-as-is +cargo publish --registry cscherr -p libpt