We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a29b55 + 430a15a commit 4def0ffCopy full SHA for 4def0ff
1 file changed
.azurePipeline/cibuildwheel_steps.yml
@@ -2,7 +2,7 @@
2
steps:
3
- bash: |
4
python3 -m pip install --upgrade pip
5
- pip3 install cibuildwheel==1.4.2
+ pip3 install cibuildwheel==1.7.1
6
cibuildwheel --print-build-identifiers
7
cibuildwheel --output-dir wheelhouse .
8
displayName: Build Wheel
0 commit comments