mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
[FIX] appveyor config
This commit is contained in:
parent
0f2467f30c
commit
406115ce98
@ -42,8 +42,8 @@ after_test:
|
|||||||
# Upload to pypi.
|
# Upload to pypi.
|
||||||
# More precisely. Upload pypi the master builds, and to test-pypi any other builds.
|
# More precisely. Upload pypi the master builds, and to test-pypi any other builds.
|
||||||
# See more at https://stackoverflow.com/a/33662275/2506522
|
# See more at https://stackoverflow.com/a/33662275/2506522
|
||||||
- git branch | find "* master" > NUL & IF ERRORLEVEL 1 ( \
|
- git branch | find "* master" > NUL & IF ERRORLEVEL 1 (
|
||||||
twine upload -r testpypi dist\\wexpect*.tar.gz \
|
twine upload -r testpypi dist\\wexpect*.tar.gz
|
||||||
) ELSE ( \
|
) ELSE (
|
||||||
twine upload -r pypi dist\\wexpect*.tar.gz )
|
twine upload -r pypi dist\\wexpect*.tar.gz )
|
||||||
|
|
Loading…
Reference in New Issue
Block a user