@@ -68,7 +68,7 @@ stages:
6868 - bash : |
6969 set -o errexit
7070 python3 -m pip install --upgrade pip
71- pip3 install cibuildwheel==2.11.1
71+ python3 -m pip install cibuildwheel==2.11.2
7272 displayName: Install dependencies
7373 - bash : cibuildwheel --output-dir wheelhouse .
7474 displayName : Build wheels
@@ -83,7 +83,7 @@ stages:
8383 - bash : |
8484 set -o errexit
8585 python3 -m pip install --upgrade pip
86- pip3 install cibuildwheel==2.11.1
86+ python3 -m pip install cibuildwheel==2.11.2
8787 displayName: Install dependencies
8888 - bash : cibuildwheel --output-dir wheelhouse .
8989 displayName : Build wheels
@@ -100,7 +100,7 @@ stages:
100100 - bash : |
101101 set -o errexit
102102 python3 -m pip install --upgrade pip
103- pip3 install cibuildwheel==2.11.1
103+ python3 -m pip install cibuildwheel==2.11.2
104104 displayName: Install dependencies
105105 - bash : cibuildwheel --output-dir wheelhouse .
106106 displayName : Build wheels
@@ -117,7 +117,7 @@ stages:
117117 - bash : |
118118 set -o errexit
119119 python3 -m pip install --upgrade pip
120- pip3 install cibuildwheel==2.11.1
120+ python3 -m pip install cibuildwheel==2.11.2
121121 displayName: Install dependencies
122122 - bash : cibuildwheel --output-dir wheelhouse .
123123 displayName : Build wheels
@@ -134,7 +134,7 @@ stages:
134134 - bash : |
135135 set -o errexit
136136 python3 -m pip install --upgrade pip
137- pip3 install cibuildwheel==2.11.1
137+ python3 -m pip install cibuildwheel==2.11.2
138138 displayName: Install dependencies
139139 - bash : cibuildwheel --output-dir wheelhouse .
140140 displayName : Build wheels
@@ -151,7 +151,7 @@ stages:
151151 - bash : |
152152 set -o errexit
153153 python3 -m pip install --upgrade pip
154- python3 -m pip install cibuildwheel==2.11.1
154+ python3 -m pip install cibuildwheel==2.11.2
155155 displayName: Install dependencies
156156 - bash : cibuildwheel --output-dir wheelhouse .
157157 displayName : Build wheels
@@ -165,8 +165,8 @@ stages:
165165 - task : UsePythonVersion@0
166166 - bash : |
167167 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
170170 displayName: Install dependencies
171171 - bash : cibuildwheel --output-dir wheelhouse .
172172 displayName : Build wheels
0 commit comments