Skip to content

Commit 1cc19bb

Browse files
committed
CI: Hint cibuildwheel version to pipx [build wheels]
1 parent d4d5dcd commit 1cc19bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,13 @@ jobs:
7171
with:
7272
fetch-depth: 0
7373

74+
- uses: actions/setup-python@v3
75+
76+
- name: Update pip/pipx
77+
run: pip install --upgrade pip pipx
78+
7479
- name: Build wheel(s)
75-
run: pipx run cibuildwheel
80+
run: pipx run --spec "cibuildwheel>=2.15" cibuildwheel
7681
env:
7782
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
7883

0 commit comments

Comments
 (0)