diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1e79f32bf..995109569 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -183,9 +183,8 @@ jobs: python -m cibuildwheel --output-dir wheelhouse env: CIBW_ARCHS_LINUX: aarch64 - CIBW_SKIP: cp36-* cp37-* cp311-* cp312-* - CIBW_BUILD_FRONTEND: pip - CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* + CIBW_SKIP: *many* cp36-* cp37-* cp311-* cp312-* + CIBW_TEST_SKIP: *many* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl @@ -222,9 +221,8 @@ jobs: python -m cibuildwheel --output-dir wheelhouse env: CIBW_ARCHS_LINUX: aarch64 - CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* - CIBW_BUILD_FRONTEND: pip - CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* + CIBW_SKIP: *many* cp36-* cp37-* cp38-* cp39-* cp310-* + CIBW_TEST_SKIP: *many* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl