Skip to content

Commit

Permalink
fiddling actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Aug 15, 2024
1 parent 427a18a commit 9189e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_BUILD: ["cp38-*", "cp39-*", "cp310-*", "cp11-*", "cp12-*"]
CIBW_BUILD: "cp38-* cp39-* cp310-* cp11-* cp12-*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9189e59

Please sign in to comment.