Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.14 to 2.15
  • Loading branch information
dokempf authored Sep 19, 2023
2 parents bfcdf01 + 06cf918 commit 6e64a06
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 @@ -81,7 +81,7 @@ jobs:
if: runner.os == 'Linux' && ((matrix.use_qemu) && fromJSON(env.USE_QEMU))

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

0 comments on commit 6e64a06

Please sign in to comment.