Skip to content

Commit

Permalink
chore(deps): update pypa/cibuildwheel action to v2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JP-Ellis committed Jan 27, 2024
1 parent 6affa98 commit d0e70ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0

- name: Create wheels
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
uses: pypa/cibuildwheel@e250df5d5da8c45226a8de1a80e6bfbbf46f5e4b # v2.16.3
env:
CIBW_ARCHS: ${{ matrix.archs }}

Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
platforms: arm64

- name: Create wheels
uses: pypa/cibuildwheel@fff9ec32ed25a9c576750c91e06b410ed0c15db7 # v2.16.2
uses: pypa/cibuildwheel@e250df5d5da8c45226a8de1a80e6bfbbf46f5e4b # v2.16.3
env:
CIBW_ARCHS: ${{ matrix.archs }}

Expand Down

0 comments on commit d0e70ca

Please sign in to comment.