We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf6fc1 commit 8b63508Copy full SHA for 8b63508
azure-pipelines.yml
@@ -66,7 +66,7 @@ jobs:
66
- bash: python -m pip install -U pip && python -m pip install -e. --group test
67
displayName: 'Update pip and install cibuildwheel --group test'
68
69
- - bash: echo "##vso[task.setvariable variable=CIBW_ENABLE;all]"
+ - bash: echo "##vso[task.setvariable variable=CIBW_ENABLE;]all"
70
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
71
displayName: Set CIBW_ENABLE to all (main branch)
72
0 commit comments