Remove .appveyor_twine_upload.bat script

This commit is contained in:
Martin Bubel 2023-12-19 11:04:58 +01:00
parent b4e39b3264
commit 5d61ebae6b

View file

@ -1,5 +0,0 @@
IF "%APPVEYOR_REPO_BRANCH%"=="deploy" (
twine upload --skip-existing dist/*
) ELSE (
ECHO Only deploy on deploy branch
)