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 6e5fe3a commit 7bec8ebCopy full SHA for 7bec8eb
.github/workflows/build_wheel.yml
@@ -67,7 +67,7 @@ jobs:
67
export PATH="$pythonLocation:$PATH"
68
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
69
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
70
- python -m pip install cibuildwheel==2.20.0
+ python -m pip install cibuildwheel
71
python -m cibuildwheel --output-dir ./wheelhouse
72
- uses: actions/upload-artifact@v4
73
with:
0 commit comments