Skip to content

Commit

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

Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
  • Loading branch information
bmerry authored Oct 23, 2023
2 parents 164c82f + 055164d commit 0fd8670
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 @@ -250,7 +250,7 @@ jobs:
with:
platforms: arm64
if: matrix.arch != 'x86_64'
- uses: pypa/[email protected].1
- uses: pypa/[email protected].2
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-manylinux*
Expand All @@ -277,7 +277,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up sccache
uses: mozilla-actions/[email protected]
- uses: pypa/[email protected].1
- uses: pypa/[email protected].2
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.python }}-macos*
Expand Down

0 comments on commit 0fd8670

Please sign in to comment.