Skip to content

Commit 716491e

Browse files
committed
FIX: One line
1 parent fec4147 commit 716491e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Build wheel(s)
5252
uses: pypa/[email protected]
5353
env:
54-
CIBW_BUILD: "cp*-${{ matrix.buildplat[1] }}"
55-
CIBW_SKIP: "cp312-* cp313-* cp314-*"
54+
CIBW_BUILD: "cp310-${{ matrix.buildplat[1] }} cp311-${{ matrix.buildplat[1] }} "
5655

5756
- uses: actions/upload-artifact@v5
5857
with:

0 commit comments

Comments
 (0)