From e3805a80b999c6b10d0cd485efad8b7143b9261a Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 10 Oct 2024 16:16:25 +0200 Subject: [PATCH] chore: remove publish script, as I wont publish this on crates.io --- scripts/publish.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/publish.sh diff --git a/scripts/publish.sh b/scripts/publish.sh deleted file mode 100755 index 4a3d17d..0000000 --- a/scripts/publish.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -set -e -cargo check --all-features -echo ">>>>>>>> PUBLISHING RELEASE FOR REPO" -bash scripts/release.sh -echo ">>>>>>>> PUBLISHING TO CRATES.IO NEXT" -sleep 2 -cargo publish -echo ">>>>>>>> PUBLISHING TO CSCHERR.DE NEXT" -sleep 2 -cargo publish --registry cscherr