diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8fda12b0..ab5d1d61 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -46,6 +46,7 @@ jobs: CIBW_ARCHS: ${{ matrix.arch }} CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests" + CIBW_MANYLINUX_*_IMAGE: manylinux_2_28 - uses: actions/upload-artifact@v3 with: