Skip to content

Commit 2179894

Browse files
committed
.github/workflows/build_wheels.yml: Update pypa/cibuildwheel to 3.2.1
1 parent a118489 commit 2179894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ jobs:
4141
- uses: actions/checkout@v4
4242

4343
- name: Build wheels
44-
uses: pypa/cibuildwheel@v2.21.1
44+
uses: pypa/cibuildwheel@v3.2.1
4545
env:
4646
CIBW_ARCHS: ${{ matrix.arch }}
4747
CIBW_BEFORE_TEST: "pip install -r {project}/requirements/test.txt"
4848
CIBW_TEST_COMMAND: "pytest {project}/tests"
49-
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
5049

5150
- uses: actions/upload-artifact@v4
5251
with:

0 commit comments

Comments
 (0)