Skip to content

Commit

Permalink
Merge pull request #2586 from vispy/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.18.1

Bump pypa/cibuildwheel from 2.18.0 to 2.18.1
  • Loading branch information
djhoese committed May 20, 2024
2 parents fdb1a7f + e8e0190 commit 3e2aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.18.1
env:
CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686 *-musllinux*"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
Expand Down

0 comments on commit 3e2aada

Please sign in to comment.