Skip to content

Commit 8610d4c

Browse files
committed
fix build for cp13 as well
1 parent 336dc32 commit 8610d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build wheels
2929
uses: pypa/[email protected]
3030
env:
31-
CIBW_BUILD: "cp310* cp311* cp312* cp313"
31+
CIBW_BUILD: "cp310* cp311* cp312* cp313*"
3232
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux*"
3333
CIBW_ARCHS_MACOS: x86_64 arm64
3434

0 commit comments

Comments
 (0)