Skip to content

Commit

Permalink
Use latest cibuildwheel for Python release (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Aug 20, 2024
1 parent 252a6b2 commit f7b6b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: egor-tensin/vs-shell@v2

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

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

0 comments on commit f7b6b0c

Please sign in to comment.