Skip to content

Commit 001d5e9

Browse files
committed
lkj
1 parent 6cef373 commit 001d5e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheel.yml

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

0 commit comments

Comments
 (0)