Skip to content

Commit

Permalink
Merge pull request #345 from ska-sa/dependabot/github_actions/pypa/ci…
Browse files Browse the repository at this point in the history
…buildwheel-2.21.0

Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
  • Loading branch information
bmerry authored Sep 17, 2024
2 parents 9fbb6e8 + 9082e70 commit f2de11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
with:
platforms: arm64
if: matrix.arch != 'x86_64'
- uses: pypa/cibuildwheel@v2.20.0
- uses: pypa/cibuildwheel@v2.21.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-manylinux*
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up sccache
uses: mozilla-actions/[email protected]
- uses: pypa/cibuildwheel@v2.20.0
- uses: pypa/cibuildwheel@v2.21.0
env:
CIBW_BUILD: ${{ matrix.python }}-macos*
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f2de11e

Please sign in to comment.