Skip to content

Commit

Permalink
Merge pull request #102 from ssciwr/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.18

Bump pypa/cibuildwheel from 2.17 to 2.18
  • Loading branch information
lkeegan authored Jun 3, 2024
2 parents 25a37b3 + 8d68241 commit 782ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: runner.os == 'Linux' && ((matrix.use_qemu) && fromJSON(env.USE_QEMU))

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
if: (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
env:
CIBW_ARCHS: "${{ matrix.arch }}"
Expand Down

0 comments on commit 782ab31

Please sign in to comment.