8000 Bump pypa/cibuildwheel from 2.15.0 to 2.16.5 · matplotlib/matplotlib@b8297e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8297e4

Browse files
committed
Bump pypa/cibuildwheel from 2.15.0 to 2.16.5
This is a bunch of backports joined into one, as cibuildwheel 2.16.5 fixes a bug when building on Windows.
1 parent 7bf2554 commit b8297e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
https://github.com/qhull/qhull/raw/2020.2/COPYING.txt
7171
7272
- name: Build wheels for CPython 3.12
73-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
73+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
7474
env:
7575
CIBW_BUILD: "cp312-*"
7676
CIBW_SKIP: "*-musllinux* *i686* *win32*"
@@ -94,7 +94,7 @@ jobs:
9494
pip install --pre "numpy>=1.25"
9595
9696
- name: Build wheels for CPython 3.11
97-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
97+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
9898
env:
9999
CIBW_BUILD: "cp311-*"
100100
CIBW_SKIP: "*-musllinux*"
@@ -107,7 +107,7 @@ jobs:
107107
CIBW_ARCHS: ${{ matrix.cibw_archs }}
108108

109109
- name: Build wheels for CPython 3.10
110-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
110+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
111111
env:
112112
CIBW_BUILD: "cp310-*"
113113
CIBW_SKIP: "*-musllinux*"
@@ -120,7 +120,7 @@ jobs:
120120
CIBW_ARCHS: ${{ matrix.cibw_archs }}
121121

122122
- name: Build wheels for CPython 3.9
123-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
123+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
124124
env:
125125
CIBW_BUILD: "cp39-*"
126126
CIBW_SKIP: "*-musllinux*"
@@ -133,7 +133,7 @@ jobs:
133133
CIBW_ARCHS: ${{ matrix.cibw_archs }}
134134

135135
- name: Build wheels for CPython 3.8
136-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
136+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
137137
env:
138138
CIBW_BUILD: "cp38-*"
139139
CIBW_SKIP: "*-musllinux*"
@@ -146,7 +146,7 @@ jobs:
146146
CIBW_ARCHS: ${{ matrix.cibw_archs }}
147147

148148
- name: Build wheels for PyPy 3.8
149-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
149+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
150150
env:
151151
CIBW_BUILD: "pp38-*"
152152
CIBW_SKIP: "*-musllinux*"
@@ -157,7 +157,7 @@ jobs:
157157
if: matrix.cibw_archs != 'aarch64'
158158

159159
- name: Build wheels for PyPy 3.9
160-
uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # v2.15.0
160+
uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5
161161
env:
162162
CIBW_BUILD: "pp39-*"
163163
CIBW_SKIP: "*-musllinux*"

0 commit comments

Comments
 (0)
0