Skip to content

Commit

Permalink
BLD: fixed cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Mar 21, 2024
1 parent 449011d commit 69ad541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build Linux Python wheels
if: matrix.runs-on == 'ubuntu-latest' && matrix.python-version == '3.12'
env:
CIBW_BUILD: {'cp37-*', 'cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*'}
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
run: |
python -m cibuildwheel --output-dir dist
- name: Publish Linux Python wheels
Expand Down

0 comments on commit 69ad541

Please sign in to comment.