From 5d61ebae6bdd1213a3816f78a92aed7fa17ca711 Mon Sep 17 00:00:00 2001 From: Martin Bubel Date: Tue, 19 Dec 2023 11:04:58 +0100 Subject: [PATCH] Remove .appveyor_twine_upload.bat script --- .appveyor_twine_upload.bat | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .appveyor_twine_upload.bat diff --git a/.appveyor_twine_upload.bat b/.appveyor_twine_upload.bat deleted file mode 100644 index cb7ca064..00000000 --- a/.appveyor_twine_upload.bat +++ /dev/null @@ -1,5 +0,0 @@ -IF "%APPVEYOR_REPO_BRANCH%"=="deploy" ( - twine upload --skip-existing dist/* -) ELSE ( - ECHO Only deploy on deploy branch -) \ No newline at end of file