From b69c3c69bbbccd65d3b09b306ff828a8de9a82fe Mon Sep 17 00:00:00 2001 From: Benedek Racz Date: Thu, 31 Oct 2019 10:39:22 +0100 Subject: [PATCH] [FIX] appveyor config --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4cc1b98..37eeab6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,10 +42,11 @@ after_test: # More precisely. The master and release builds will be uploaded to pypi. Test branch will be # uploaded to test-pypi the test builds. # See more at https://stackoverflow.com/a/39155147/2506522 + - IF %APPVEYOR_REPO_BRANCH%==master ( twine upload -r pypi dist\\wexpect*.tar.gz ) - - IF %APPVEYOR_REPO_TAG%=="true" ( + - IF %APPVEYOR_REPO_TAG%==true ( twine upload -r pypi dist\\wexpect*.tar.gz ) - IF %APPVEYOR_REPO_BRANCH%==test (