Skip to content

Commit fec4147

Browse files
committed
FIX: Mpping
1 parent ebb55d0 commit fec4147

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ jobs:
5050

5151
- name: Build wheel(s)
5252
uses: pypa/[email protected]
53-
with:
54-
env:
55-
CIBW_BUILD: "cp*-${{ matrix.buildplat[1] }}"
56-
CIBW_SKIP: "cp312-* cp313-* cp314-*"
53+
env:
54+
CIBW_BUILD: "cp*-${{ matrix.buildplat[1] }}"
55+
CIBW_SKIP: "cp312-* cp313-* cp314-*"
5756

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

0 commit comments

Comments
 (0)