Skip to content

Commit 3f661c2

Browse files
Bump to pypa/cibuildwheel@v3.1.0 elsewhere
1 parent 01ba11e commit 3f661c2

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,12 @@ jobs:
5757
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
5858
5959
- name: Build the wheel
60-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
60+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
6161
with:
6262
output-dir: dist
6363
env:
6464
CIBW_BUILD: ${{ matrix.cibw_python }}-*
6565
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
66-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
67-
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
68-
CIBW_FREE_THREADED_SUPPORT: True
6966
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7067
with:
7168
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
@@ -91,14 +88,12 @@ jobs:
9188
python-version: "3.12"
9289

9390
- name: Build the wheel
94-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
91+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
9592
with:
9693
output-dir: dist
9794
env:
9895
CIBW_BUILD: ${{ matrix.cibw_python }}-*
9996
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
100-
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
101-
CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2
10297
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
10398
with:
10499
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
@@ -145,7 +140,7 @@ jobs:
145140
146141
- name: Build wheels for CPython (macOS) (x86_64)
147142
if: matrix.cibw_arch == 'x86_64'
148-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
143+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
149144
with:
150145
output-dir: dist
151146
env:
@@ -154,13 +149,12 @@ jobs:
154149

155150
- name: Build wheels for CPython (macOS) (arm64)
156151
if: matrix.cibw_arch == 'arm64'
157-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
152+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
158153
with:
159154
output-dir: dist
160155
env:
161156
CIBW_BUILD: ${{ matrix.cibw_python }}-*
162157
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
163-
CIBW_FREE_THREADED_SUPPORT: True
164158

165159
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
166160
with:
@@ -212,13 +206,12 @@ jobs:
212206
echo "CIBW_BUILD_FRONTEND=$NO_BUILD_ISOLATION" >> "$GITHUB_ENV"
213207
214208
- name: Build Windows wheels for CPython
215-
uses: pypa/cibuildwheel@5f22145df44122af0f5a201f93cf0207171beca7 # v3.0.0
209+
uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
216210
with:
217211
output-dir: dist
218212
env:
219213
CIBW_BUILD: ${{ matrix.cibw_python }}-*
220214
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
221-
CIBW_FREE_THREADED_SUPPORT: True
222215

223216
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
224217
with:

0 commit comments

Comments
 (0)