We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a72ded commit d64c6bdCopy full SHA for d64c6bd
.github/workflows/build_wheel.yml
@@ -66,7 +66,7 @@ jobs:
66
export PATH="$pythonLocation:$PATH"
67
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
68
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
69
- python -m pip install cibuildwheel==2.16.5
+ python -m pip install cibuildwheel
70
python -m cibuildwheel --output-dir ./wheelhouse
71
- uses: actions/upload-artifact@v4
72
with:
0 commit comments