[FIX] appveyor APPVEYOR_REPO_TAG

This commit is contained in:
Benedek Racz 2019-10-31 10:18:03 +01:00
parent 9b298815c9
commit 7cd3383fa3

View File

@ -45,7 +45,7 @@ after_test:
- IF %APPVEYOR_REPO_BRANCH%==master ( - IF %APPVEYOR_REPO_BRANCH%==master (
twine upload -r pypi dist\\wexpect*.tar.gz 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 twine upload -r pypi dist\\wexpect*.tar.gz
) )
- IF %APPVEYOR_REPO_BRANCH%==test ( - IF %APPVEYOR_REPO_BRANCH%==test (