Skip to content

Commit

Permalink
EBR-40 removed fixed older version of cibuildwheel (it won't build fo…
Browse files Browse the repository at this point in the history
…r python 3.12)
  • Loading branch information
liadomide committed Apr 8, 2024
1 parent f739f04 commit 157324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5

- name: Install cibuildwheel
run: python -m pip install setuptools cibuildwheel==2.11.3
run: python -m pip install setuptools cibuildwheel

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 157324a

Please sign in to comment.