fix path in appveyor
This commit is contained in:
parent
3079ea7e29
commit
042bcf7cf8
|
@ -32,7 +32,7 @@ deploy_script:
|
||||||
ps: |
|
ps: |
|
||||||
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
||||||
pip install -U virtualenv
|
pip install -U virtualenv
|
||||||
dev.bat
|
.\dev.bat
|
||||||
python .\release\rtool.py bdist
|
python .\release\rtool.py bdist
|
||||||
python .\release\rtool.py upload-snapshot --bdist
|
python .\release\rtool.py upload-snapshot --bdist
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue