Skip to content

Commit

Permalink
In python-package.yml workflow upgrade pypa/cibuildwheel to v2.16.2 t…
Browse files Browse the repository at this point in the history
…o support python 3.12
  • Loading branch information
EvanBldy committed Oct 30, 2023
1 parent b3ca8d5 commit 0ea7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build wheels (Python 3)
uses: pypa/cibuildwheel@v2.11.1
uses: pypa/cibuildwheel@v2.16.2
with:
output-dir: wheelhouse
env:
Expand Down

0 comments on commit 0ea7318

Please sign in to comment.