Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.21.2 to 2.21.3
  • Loading branch information
bmerry authored Oct 14, 2024
2 parents 19076ce + 7ffbd1c commit e3f8f78
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/[email protected].2
- uses: pypa/[email protected].3
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/[email protected].2
- uses: pypa/[email protected].3
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-macos*
Expand Down

0 comments on commit e3f8f78

Please sign in to comment.