We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df51c93 commit 320fd51Copy full SHA for 320fd51
1 file changed
.github/workflows/build_wheel.yml
@@ -40,7 +40,7 @@ jobs:
40
export PATH="$pythonLocation:$PATH"
41
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
42
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
43
- python -m pip install cibuildwheel==2.16.5
+ python -m pip install cibuildwheel
44
python -m cibuildwheel --output-dir ./wheelhouse
45
- uses: actions/upload-artifact@v4
46
with:
0 commit comments