mirror of
https://github.com/clearml/wexpect-venv
synced 2025-05-07 05:34:41 +00:00
[FIX] appveyor APPVEYOR_REPO_TAG
This commit is contained in:
parent
9b298815c9
commit
7cd3383fa3
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user