Skip to content

Commit 40c8ab0

Browse files
committed
fix: install cibuildwheel 3.4.0 (riscv64 native arch support)
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 744258a commit 40c8ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: matrix.buildplat[1] == 'manylinux_riscv64'
6060
run: |
6161
echo "/opt/python-3.12/bin" >> "$GITHUB_PATH"
62-
/opt/python-3.12/bin/python3.12 -m pip install cibuildwheel==2.23.3
62+
/opt/python-3.12/bin/python3.12 -m pip install cibuildwheel==3.4.0
6363
6464
- name: Setup MSVC (32-bit)
6565
if: ${{ matrix.buildplat[1] == 'win32' }}

0 commit comments

Comments
 (0)