fix: pkg: faster throughput:

This commit is contained in:
mzwiessele 2017-10-06 13:54:34 +01:00
parent f7f8f31b0c
commit d821a2659d

View file

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