Skip to content

Commit 28e1e2d

Browse files
committed
fix(workflow): update cibuildwheel version to >=2.22 in Python wheel workflow
1 parent b4bc86c commit 28e1e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wheel-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
run: |
233233
set -euxo pipefail
234234
python -m pip install --upgrade pip
235-
python -m pip install packaging cibuildwheel
235+
python -m pip install packaging "cibuildwheel>=2.22"
236236
mkdir -p python/dist
237237
python -m cibuildwheel --output-dir python/dist "$PKGDIR"
238238

0 commit comments

Comments
 (0)