We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a118489 commit 2179894Copy full SHA for 2179894
.github/workflows/build_wheels.yml
@@ -41,12 +41,11 @@ jobs:
41
- uses: actions/checkout@v4
42
43
- name: Build wheels
44
- uses: pypa/cibuildwheel@v2.21.1
+ uses: pypa/cibuildwheel@v3.2.1
45
env:
46
CIBW_ARCHS: ${{ matrix.arch }}
47
CIBW_BEFORE_TEST: "pip install -r {project}/requirements/test.txt"
48
CIBW_TEST_COMMAND: "pytest {project}/tests"
49
- CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50
51
- uses: actions/upload-artifact@v4
52
with:
0 commit comments