From 57e76e5ca5561b44a87e6c6c50359fe48682aa06 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Sat, 29 Jul 2017 21:26:08 -0400 Subject: [PATCH] Removes upload step --- bin/scripts/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/scripts/release.sh b/bin/scripts/release.sh index c471d8e81..52e0e2eff 100755 --- a/bin/scripts/release.sh +++ b/bin/scripts/release.sh @@ -13,13 +13,12 @@ fi release=$1 ./version-bump.sh "$release" -#./build-latest-py3-version.sh ./standardize-and-complete-readmes.sh ./gotta-patch-em-all-font-patcher!.sh ./generate-fontconfig.sh ./generate-casks.sh ./archive-fonts.sh -./upload-archives.sh +#./upload-archives.sh # better done as a separate step exit