Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7644fb9

Browse files
authored
Merge pull request #25008 from meeseeksmachine/auto-backport-of-pr-25004-on-v3.7.x
Backport PR #25004 on branch v3.7.x (Bump pypa/cibuildwheel from 2.11.4 to 2.12.0)
2 parents 9d1775e + bb1511a commit 7644fb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: 0
6363

6464
- name: Build wheels for CPython 3.11
65-
uses: pypa/cibuildwheel@v2.11.4
65+
uses: pypa/cibuildwheel@v2.12.0
6666
env:
6767
CIBW_BUILD: "cp311-*"
6868
CIBW_SKIP: "*-musllinux*"
@@ -75,7 +75,7 @@ jobs:
7575
CIBW_ARCHS: ${{ matrix.cibw_archs }}
7676

7777
- name: Build wheels for CPython 3.10
78-
uses: pypa/cibuildwheel@v2.11.4
78+
uses: pypa/cibuildwheel@v2.12.0
7979
env:
8080
CIBW_BUILD: "cp310-*"
8181
CIBW_SKIP: "*-musllinux*"
@@ -88,7 +88,7 @@ jobs:
8888
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8989

9090
- name: Build wheels for CPython 3.9
91-
uses: pypa/cibuildwheel@v2.11.4
91+
uses: pypa/cibuildwheel@v2.12.0
9292
env:
9393
CIBW_BUILD: "cp39-*"
9494
CIBW_SKIP: "*-musllinux*"
@@ -114,7 +114,7 @@ jobs:
114114
CIBW_ARCHS: ${{ matrix.cibw_archs }}
115115

116116
- name: Build wheels for PyPy
117-
uses: pypa/cibuildwheel@v2.11.4
117+
uses: pypa/cibuildwheel@v2.12.0
118118
env:
119119
CIBW_BUILD: "pp38-* pp39-*"
120120
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)