Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.21 to 2.22
  • Loading branch information
lkeegan authored Dec 9, 2024
2 parents dc29f5e + 4fd3abc commit 3d58eaf
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 @@ -93,7 +93,7 @@ jobs:
if: runner.os == 'Linux' && matrix.emulation == 'qemu'

- name: Build wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
env:
CIBW_ARCHS: "${{ matrix.arch }}"
# restrict to a single Python version as wheel does not depend on Python:
Expand Down

0 comments on commit 3d58eaf

Please sign in to comment.