Skip to content

Commit 88a6e4e

Browse files
Merge pull request #272 from altendky/cibuildwheel_2_23_3
update to cibuildwheel 2.23.3 (from 2.22.0)
2 parents fc623dd + a7aa827 commit 88a6e4e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/Build_wheels_for_cpython34_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
python -m unittest discover -v -s {package}
154154
155155
- name: Build ${{ matrix.os.name }} wheels and test (new)
156-
uses: joerick/cibuildwheel@v2.22.0
156+
uses: joerick/cibuildwheel@v2.23.3
157157
if: matrix.cibw.group == 'new'
158158
with:
159159
output-dir: dist

.github/workflows/Build_wheels_for_cpython34_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
python -m unittest discover -v -s {package}
153153
154154
- name: Build ${{ matrix.os.name }} wheels and test (new)
155-
uses: joerick/cibuildwheel@v2.22.0
155+
uses: joerick/cibuildwheel@v2.23.3
156156
if: matrix.cibw.group == 'new'
157157
with:
158158
output-dir: dist

.github/workflows/Build_wheels_for_cpython35_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
python -m unittest discover -v -s {package}
150150
151151
- name: Build ${{ matrix.os.name }} wheels and test (new)
152-
uses: joerick/cibuildwheel@v2.22.0
152+
uses: joerick/cibuildwheel@v2.23.3
153153
if: matrix.cibw.group == 'new'
154154
with:
155155
output-dir: dist

.github/workflows/Build_wheels_for_cpython35_x86_64_u20.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
python -m unittest discover -v -s {package}
155155
156156
- name: Build ${{ matrix.os.name }} wheels and test (new)
157-
uses: joerick/cibuildwheel@v2.22.0
157+
uses: joerick/cibuildwheel@v2.23.3
158158
if: matrix.cibw.group == 'new'
159159
with:
160160
output-dir: dist

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
python -m unittest discover -v -s {package}
263263
264264
- name: Build ${{ matrix.os.name }} wheels and test (new)
265-
uses: joerick/cibuildwheel@v2.22.0
265+
uses: joerick/cibuildwheel@v2.23.3
266266
if: matrix.cibw.group == 'new'
267267
with:
268268
output-dir: dist

.github/workflows/debug_build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
python -m unittest discover -v -s {package}
381381
382382
- name: Build ${{ matrix.os.name }} wheels and test (new)
383-
uses: joerick/cibuildwheel@v2.22.0
383+
uses: joerick/cibuildwheel@v2.23.3
384384
if: matrix.cibw.group == 'new'
385385
with:
386386
output-dir: dist

0 commit comments

Comments
 (0)