Skip to content

Commit 4def0ff

Browse files
authored
Merge pull request #382 from data61/update_cibuildwheel
update cibuildwheel
2 parents 4a29b55 + 430a15a commit 4def0ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azurePipeline/cibuildwheel_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
steps:
33
- bash: |
44
python3 -m pip install --upgrade pip
5-
pip3 install cibuildwheel==1.4.2
5+
pip3 install cibuildwheel==1.7.1
66
cibuildwheel --print-build-identifiers
77
cibuildwheel --output-dir wheelhouse .
88
displayName: Build Wheel

0 commit comments

Comments
 (0)