aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-21 22:52:30 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-21 22:52:30 -0700
commit3876a1f38c3f8109d6104546314c6a0876763ea1 (patch)
tree23832d6a457ef4420d036f2fe348ebd802adbb1a /.appveyor.yml
parent5b12720962c6b1edf48068c7f0ce3b703c39d8b1 (diff)
downloadmitmproxy-3876a1f38c3f8109d6104546314c6a0876763ea1.tar.gz
mitmproxy-3876a1f38c3f8109d6104546314c6a0876763ea1.tar.bz2
mitmproxy-3876a1f38c3f8109d6104546314c6a0876763ea1.zip
release: always build tags
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 75cf6e0a..a0eadb4e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -22,7 +22,7 @@ cache:
- C:\Users\appveyor\AppData\Local\pip\cache
deploy_script:
ps: |
- if($Env:APPVEYOR_REPO_BRANCH -match "master") {
+ if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
python .\release\rtool.py bdist
python .\release\rtool.py upload-snapshot --bdist
}