Skip to content

Commit

Permalink
Merge pull request #10 from kickmaker/ci/fix-build-wheel-action
Browse files Browse the repository at this point in the history
ci: upgrading cibuildwheel action to 2.17
  • Loading branch information
RomainPelletant authored May 4, 2024
2 parents 6333919 + 0ccad81 commit 6e2cf68
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 6e2cf68

Please sign in to comment.