@@ -68,7 +68,7 @@ stages:
68
68
- bash : |
69
69
set -o errexit
70
70
python3 -m pip install --upgrade pip
71
- pip3 install cibuildwheel==2.11.1
71
+ python3 -m pip install cibuildwheel==2.11.2
72
72
displayName: Install dependencies
73
73
- bash : cibuildwheel --output-dir wheelhouse .
74
74
displayName : Build wheels
@@ -83,7 +83,7 @@ stages:
83
83
- bash : |
84
84
set -o errexit
85
85
python3 -m pip install --upgrade pip
86
- pip3 install cibuildwheel==2.11.1
86
+ python3 -m pip install cibuildwheel==2.11.2
87
87
displayName: Install dependencies
88
88
- bash : cibuildwheel --output-dir wheelhouse .
89
89
displayName : Build wheels
@@ -100,7 +100,7 @@ stages:
100
100
- bash : |
101
101
set -o errexit
102
102
python3 -m pip install --upgrade pip
103
- pip3 install cibuildwheel==2.11.1
103
+ python3 -m pip install cibuildwheel==2.11.2
104
104
displayName: Install dependencies
105
105
- bash : cibuildwheel --output-dir wheelhouse .
106
106
displayName : Build wheels
@@ -117,7 +117,7 @@ stages:
117
117
- bash : |
118
118
set -o errexit
119
119
python3 -m pip install --upgrade pip
120
- pip3 install cibuildwheel==2.11.1
120
+ python3 -m pip install cibuildwheel==2.11.2
121
121
displayName: Install dependencies
122
122
- bash : cibuildwheel --output-dir wheelhouse .
123
123
displayName : Build wheels
@@ -134,7 +134,7 @@ stages:
134
134
- bash : |
135
135
set -o errexit
136
136
python3 -m pip install --upgrade pip
137
- pip3 install cibuildwheel==2.11.1
137
+ python3 -m pip install cibuildwheel==2.11.2
138
138
displayName: Install dependencies
139
139
- bash : cibuildwheel --output-dir wheelhouse .
140
140
displayName : Build wheels
@@ -151,7 +151,7 @@ stages:
151
151
- bash : |
152
152
set -o errexit
153
153
python3 -m pip install --upgrade pip
154
- python3 -m pip install cibuildwheel==2.11.1
154
+ python3 -m pip install cibuildwheel==2.11.2
155
155
displayName: Install dependencies
156
156
- bash : cibuildwheel --output-dir wheelhouse .
157
157
displayName : Build wheels
@@ -165,8 +165,8 @@ stages:
165
165
- task : UsePythonVersion@0
166
166
- bash : |
167
167
set -o errexit
168
- python -m pip install --upgrade pip
169
- pip install cibuildwheel==2.11.1
168
+ python3 -m pip install --upgrade pip
169
+ python3 -m pip install cibuildwheel==2.11.2
170
170
displayName: Install dependencies
171
171
- bash : cibuildwheel --output-dir wheelhouse .
172
172
displayName : Build wheels
0 commit comments