diff --git a/appveyor.yml b/appveyor.yml index 303d14c..4cc1b98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,7 +45,7 @@ after_test: - IF %APPVEYOR_REPO_BRANCH%==master ( twine upload -r pypi dist\\wexpect*.tar.gz ) - - IF %APPVEYOR_REPO_TAG% ( + - IF %APPVEYOR_REPO_TAG%=="true" ( twine upload -r pypi dist\\wexpect*.tar.gz ) - IF %APPVEYOR_REPO_BRANCH%==test (