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 d64c6bd commit f74830dCopy full SHA for f74830d
.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
+ python -m pip install cibuildwheel==2.20.0
70
python -m cibuildwheel --output-dir ./wheelhouse
71
- uses: actions/upload-artifact@v4
72
with:
0 commit comments