Skip to content

Commit

Permalink
Merge pull request #63 from ssciwr/dependabot/github_actions/pypa/cib…
Browse files Browse the repository at this point in the history
…uildwheel-2.12.0

Bump pypa/cibuildwheel from 2.11.4 to 2.12.0
  • Loading branch information
dokempf committed Mar 21, 2023
2 parents 52fb744 + 84a3a91 commit a715b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
if: runner.os == 'Linux' && ((matrix.use_qemu) && fromJSON(env.USE_QEMU))

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

0 comments on commit a715b89

Please sign in to comment.