Skip to content

Commit d64c6bd

Browse files
committed
update cibuildwheel
1 parent 9a72ded commit d64c6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
export PATH="$pythonLocation:$PATH"
6767
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
6868
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
69-
python -m pip install cibuildwheel==2.16.5
69+
python -m pip install cibuildwheel
7070
python -m cibuildwheel --output-dir ./wheelhouse
7171
- uses: actions/upload-artifact@v4
7272
with:

0 commit comments

Comments
 (0)