Skip to content

Commit

Permalink
ci: upgrading cibuildwheel action to 2.17
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Pelletant <[email protected]>
  • Loading branch information
Romain Pelletant committed May 4, 2024
1 parent 6333919 commit 0ccad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.17.0
# to supply options, put them in 'env', like:
env:
# configure cibuildwheel to build native archs ('auto'), and some
Expand Down

0 comments on commit 0ccad81

Please sign in to comment.