Skip to content

Commit

Permalink
Merge pull request #16 from ska-sa/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.3 to 2.22.0
  • Loading branch information
bmerry authored Nov 26, 2024
2 parents e3f8f78 + c36990b commit 1ba26e6
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 @@ -107,7 +107,7 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2
- uses: pypa/cibuildwheel@v2.21.3
- uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-manylinux*
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
cache: 'pip'
- name: Install pipx
run: pip install pipx
- uses: pypa/cibuildwheel@v2.21.3
- uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-macos*
Expand Down

0 comments on commit 1ba26e6

Please sign in to comment.