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