Skip to content

Commit

Permalink
update cibuildwheel to latest release for python 3.12 build support (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
benpruitt authored Feb 9, 2024
1 parent 92e287c commit 5b3d006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# platforms: 'arm64'

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_PROJECT_REQUIRES_PYTHON: "==${{ matrix.python-version }}.*"

Expand Down

0 comments on commit 5b3d006

Please sign in to comment.