8000 Merge pull request #24318 from matplotlib/dependabot/github_actions/p… · matplotlib/matplotlib@4ed1c7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ed1c7c

Browse files
authored
Merge pull request #24318 from matplotlib/dependabot/github_actions/pypa/cibuildwheel-2.11.2
Bump pypa/cibuildwheel from 2.11.1 to 2.11.2
2 parents a231b7b + 6f63847 commit 4ed1c7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Build wheels for CPython 3.11
56-
uses: pypa/cibuildwheel@v2.11.1
56+
uses: pypa/cibuildwheel@v2.11.2
5757
env:
5858
CIBW_BUILD: "cp311-*"
5959
CIBW_SKIP: "*-musllinux*"
@@ -66,7 +66,7 @@ jobs:
6666
CIBW_ARCHS: ${{ matrix.cibw_archs }}
6767

6868
- name: Build wheels for CPython 3.10
69-
uses: pypa/cibuildwheel@v2.11.1
69+
uses: pypa/cibuildwheel@v2.11.2
7070
env:
7171
CIBW_BUILD: "cp310-*"
7272
CIBW_SKIP: "*-musllinux*"
@@ -79,7 +79,7 @@ jobs:
7979
CIBW_ARCHS: ${{ matrix.cibw_archs }}
8080

8181
- name: Build wheels for CPython 3.9
82-
uses: pypa/cibuildwheel@v2.11.1
82+
uses: pypa/cibuildwheel@v2.11.2
8383
env:
8484
CIBW_BUILD: "cp39-*"
8585
CIBW_SKIP: "*-musllinux*"
@@ -92,7 +92,7 @@ jobs:
9292
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9393

9494
- name: Build wheels for CPython 3.8
95-
uses: pypa/cibuildwheel@v2.11.1
95+
uses: pypa/cibuildwheel@v2.11.2
9696
env:
9797
CIBW_BUILD: "cp38-*"
9898
CIBW_SKIP: "*-musllinux*"
@@ -105,7 +105,7 @@ jobs:
105105
CIBW_ARCHS: ${{ matrix.cibw_archs }}
106106

107107
- name: Build wheels for PyPy
108-
uses: pypa/cibuildwheel@v2.11.1
108+
uses: pypa/cibuildwheel@v2.11.2
109109
env:
110110
CIBW_BUILD: "pp38-* pp39-*"
111111
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)
0