We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035239 commit 6cef373Copy full SHA for 6cef373
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.17.0
+ python -m pip install cibuildwheel==2.16.5
68
python -m cibuildwheel --output-dir ./wheelhouse
69
- uses: actions/upload-artifact@v4
70
with:
0 commit comments