Skip to content

Commit fc98982

Browse files
committed
fix: correct tuple syntax in build workflow
1 parent 9bcefc4 commit fc98982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
import os
5252
import json
5353
reduced = [
54-
("x86_64", "ubuntu-24.04", ("manylinux_2_31")),
54+
("x86_64", "ubuntu-24.04", ("manylinux_2_31",)),
5555
# ("x86_64", "ubuntu-24.04", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
5656
# ("aarch64", "ubuntu-24.04-arm", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
5757
# ("i686", "ubuntu-24.04", ("manylinux2014", "musllinux_1_2")),

0 commit comments

Comments
 (0)