Skip to content

Commit

Permalink
Use newer cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Dec 7, 2023
1 parent da98c7a commit 373166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0
run: python -m pip install cibuildwheel==2.16.2

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

0 comments on commit 373166e

Please sign in to comment.