Skip to content

Commit

Permalink
pin cibuildwheel to minor version (#2615)
Browse files Browse the repository at this point in the history
as discussed in #2605

Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jun 15, 2023
1 parent 0e42aef commit 64dbf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: Setup QEMU
if: matrix.platform_id == 'manylinux_aarch64'
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_ARCHS: all
Expand Down

0 comments on commit 64dbf9a

Please sign in to comment.