From 8c0e03427f79958d78f2ee3c211aa113e06b47e6 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 21 Dec 2024 22:53:55 +0800 Subject: [PATCH] CI(full): Remote white spaces --- .github/workflows/wheels.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: