Skip to content

Commit

Permalink
intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed Oct 13, 2023
1 parent df02c3b commit 61ff59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: 'cp37-*,cp38-*,cp39-*,cp310-*,cp311-*'
CIBW_BUILD: '{cp37-*,cp38-*,cp39-*,cp310-*,cp311-*}'
CIBW_BEFORE_BUILD: 'pip install pybind11'

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 61ff59d

Please sign in to comment.