Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
  • Loading branch information
bmerry authored Sep 17, 2024
2 parents 2101d17 + d5bcc16 commit fb18e83
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.20.0
- uses: pypa/cibuildwheel@v2.21.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.20.0
- uses: pypa/cibuildwheel@v2.21.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-macos*
Expand Down

0 comments on commit fb18e83

Please sign in to comment.