From 406115ce98ad69470f947476b66ce12aa58fc190 Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Tue, 8 Oct 2019 11:47:54 +0200 Subject: [PATCH] [FIX] appveyor config --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bcc1a4e..96b0cb8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,8 +42,8 @@ after_test: # Upload to pypi. # More precisely. Upload pypi the master builds, and to test-pypi any other builds. # See more at https://stackoverflow.com/a/33662275/2506522 - - git branch | find "* master" > NUL & IF ERRORLEVEL 1 ( \ - twine upload -r testpypi dist\\wexpect*.tar.gz \ - ) ELSE ( \ + - git branch | find "* master" > NUL & IF ERRORLEVEL 1 ( + twine upload -r testpypi dist\\wexpect*.tar.gz + ) ELSE ( twine upload -r pypi dist\\wexpect*.tar.gz ) \ No newline at end of file