Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.21.1 to 2.22.0
  • Loading branch information
renefritze authored Dec 3, 2024
2 parents cda3aed + ce72a64 commit 716ee67
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 @@ -104,7 +104,7 @@ jobs:
if: runner.os == 'macOS' && runner.arch == 'arm64'

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

0 comments on commit 716ee67

Please sign in to comment.