summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-04-10 16:07:05 -0700
committerDavid Lord <davidism@gmail.com>2020-04-10 16:07:05 -0700
commite7dba622cf5efe5a2c5ff98990ce4f72f50e70b2 (patch)
tree714f4f3d77b0c0190f61b278a194fc639d3449c7
parent6f9ceabd667ce055456e7dec434b23caa5ed748b (diff)
downloadmarkupsafe-e7dba622cf5efe5a2c5ff98990ce4f72f50e70b2.tar.gz
exclude pypy2.7 from cibuildwheel
allow triggering build job manually
-rw-r--r--.azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index bb5e977..c956714 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -51,10 +51,10 @@ jobs:
- job: Build
dependsOn: Test
- condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
+ condition: or(startsWith(variables['Build.SourceBranch'], 'refs/tags/'), eq(variables['Build.Reason'], 'Manual'))
variables:
- CIBW_SKIP: 'cp27-* cp35-*'
+ CIBW_SKIP: 'cp27-* pp27-* cp35-*'
strategy:
matrix: