Skip to content

Commit

Permalink
Enable modern cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 6, 2021
1 parent 77e9da6 commit e0d568e
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 @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@v2

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.0.1
run: python -m pip install cibuildwheel

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

0 comments on commit e0d568e

Please sign in to comment.