Skip to content

Commit

Permalink
CI(full): Remote white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Dec 21, 2024
1 parent d452135 commit 8c0e034
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c0e034

Please sign in to comment.