Skip to content

Commit b19e9c5

Browse files
committed
fix: use python3 -m cibuildwheel instead of bare command
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
1 parent 6709996 commit b19e9c5

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
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Build wheels (riscv64)
127127
if: matrix.buildplat[1] == 'manylinux_riscv64'
128-
run: cibuildwheel --output-dir wheelhouse
128+
run: python3 -m cibuildwheel --output-dir wheelhouse
129129
env:
130130
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
131131

0 commit comments

Comments
 (0)