Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.19 to 2.20
  • Loading branch information
dokempf authored Sep 3, 2024
2 parents 8fee176 + 8ac50a5 commit 4362f93
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.19
uses: pypa/cibuildwheel@v2.20
env:
CIBW_ARCHS: "${{ matrix.arch }}"
# restrict to a single Python version as wheel does not depend on Python:
Expand Down

0 comments on commit 4362f93

Please sign in to comment.