diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index ea261e1..92e3e0e 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -78,22 +78,22 @@ jobs: matrix: config: - os: ubuntu-latest - cibw: "{cp310*, cp311*}" + cibw: "{cp310*,cp311*}" cibw_skip: "*musllinux*" - os: ubuntu-latest - cibw: "{cp312*, cp313*}" + cibw: "{cp312*,cp313*}" cibw_skip: "*musllinux*" - os: windows-2019 - cibw: "{cp310*, cp311*}" + cibw: "{cp310*,cp311*}" cibw_skip: "*-win32" - os: windows-2019 - cibw: "{cp312*, cp313*}" + cibw: "{cp312*,cp313*}" cibw_skip: "*-win32" - os: macos-13 - cibw: "{cp310*, cp311*, cp312*, cp313*}" + cibw: "{cp310*,cp311*,cp312*,cp313*}" cibw_skip: "" - os: macos-latest - cibw: "{cp310*, cp311*, cp312*, cp313*}" + cibw: "{cp310*,cp311*,cp312*,cp313*}" cibw_skip: "" if: ${{ startsWith(github.ref, 'refs/tags') || contains(github.event.head_commit.message, 'CI(full)') }} steps: