mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-12 07:38:23 +00:00
[FIX] appveyor config
This commit is contained in:
parent
7cd3383fa3
commit
b69c3c69bb
@ -42,10 +42,11 @@ after_test:
|
|||||||
# More precisely. The master and release builds will be uploaded to pypi. Test branch will be
|
# More precisely. The master and release builds will be uploaded to pypi. Test branch will be
|
||||||
# uploaded to test-pypi the test builds.
|
# uploaded to test-pypi the test builds.
|
||||||
# See more at https://stackoverflow.com/a/39155147/2506522
|
# See more at https://stackoverflow.com/a/39155147/2506522
|
||||||
|
|
||||||
- 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%=="true" (
|
- 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