Skip to content

Commit

Permalink
Use latest cibuildwheel (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo authored Aug 30, 2024
1 parent e9ca7c0 commit 7a5b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-python@v5

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

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

0 comments on commit 7a5b8f9

Please sign in to comment.