Skip to content

Commit

Permalink
bump cibuildwheel to correctly build py312
Browse files Browse the repository at this point in the history
  • Loading branch information
adehad authored and naufraghi committed Aug 13, 2024
1 parent ad48516 commit f31914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: true

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
Expand Down

0 comments on commit f31914e

Please sign in to comment.