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

Skip to content

Commit fa31942

Browse files
authored
Merge pull request #25004 from matplotlib/dependabot/github_actions/pypa/cibuildwheel-2.12.0
Bump pypa/cibuildwheel from 2.11.4 to 2.12.0
2 parents f5ff5d7 + 5ff668f commit fa31942

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*"
@@ -101,7 +101,7 @@ jobs:
101101
CIBW_ARCHS: ${{ matrix.cibw_archs }}
102102

103103
- name: Build wheels for PyPy
104-
uses: pypa/cibuildwheel@v2.11.4
104+
uses: pypa/cibuildwheel@v2.12.0
105105
env:
106106
CIBW_BUILD: "pp39-*"
107107
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)