fix appveyor snapshot upload
This commit is contained in:
parent
9099529d17
commit
e0bf3c671a
|
@ -31,6 +31,8 @@ test_script:
|
|||
deploy_script:
|
||||
ps: |
|
||||
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
||||
pip install -U virtualenv
|
||||
dev.bat
|
||||
python .\release\rtool.py bdist
|
||||
python .\release\rtool.py upload-snapshot --bdist
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue