Skip to content

Commit

Permalink
Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 3d053f0 commit 60368ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:

- name: Build wheels
if: github.event_name != 'release'
uses: pypa/cibuildwheel@v2.16.0
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_ARCHS_LINUX: auto
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_TEST_SKIP: '*-macosx_arm64'

- name: Build wheels (release)
if: github.event_name == 'release' && github.event.action == 'published'
uses: pypa/cibuildwheel@v2.16.0
uses: pypa/cibuildwheel@v2.16.1
env:
CIBW_ARCHS_LINUX: aarch64 aarch64
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit 60368ff

Please sign in to comment.