Skip to content

Commit ee15442

Browse files
committed
hj
1 parent 7dbbf6a commit ee15442

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.18.1
6868
python -m cibuildwheel --output-dir ./wheelhouse
6969
- uses: actions/upload-artifact@v4
7070
with:

0 commit comments

Comments
 (0)