We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbbf6a commit ee15442Copy full SHA for ee15442
1 file changed
.github/workflows/build_wheel.yml
@@ -64,7 +64,7 @@ jobs:
64
export PATH="$pythonLocation:$PATH"
65
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
66
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
67
- python -m pip install cibuildwheel==2.16.5
+ python -m pip install cibuildwheel==2.18.1
68
python -m cibuildwheel --output-dir ./wheelhouse
69
- uses: actions/upload-artifact@v4
70
with:
0 commit comments