Skip to content

Commit 9189e59

Browse files
committed
fiddling actions syntax
1 parent 427a18a commit 9189e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build wheels
1818
uses: pypa/cibuildwheel@v2.20.0
1919
env:
20-
CIBW_BUILD: ["cp38-*", "cp39-*", "cp310-*", "cp11-*", "cp12-*"]
20+
CIBW_BUILD: "cp38-* cp39-* cp310-* cp11-* cp12-*"
2121

2222
- uses: actions/upload-artifact@v4
2323
with:

0 commit comments

Comments
 (0)