diff options
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index d3b945ba..5e487ff6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,7 +32,7 @@ deploy_script: ps: | if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) { pip install -U virtualenv - dev.bat + .\dev.bat python .\release\rtool.py bdist python .\release\rtool.py upload-snapshot --bdist } |