Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Feb 9, 2024
1 parent 89153d7 commit 01df436
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 @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pypa/cibuildwheel@v2.16.2
- uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"

Expand All @@ -48,7 +48,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
CIBW_ARCHS: aarch64
Expand Down

0 comments on commit 01df436

Please sign in to comment.