Skip to content

Commit 7bec8eb

Browse files
committed
cf
1 parent 6e5fe3a commit 7bec8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
export PATH="$pythonLocation:$PATH"
6868
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
6969
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
70-
python -m pip install cibuildwheel==2.20.0
70+
python -m pip install cibuildwheel
7171
python -m cibuildwheel --output-dir ./wheelhouse
7272
- uses: actions/upload-artifact@v4
7373
with:

0 commit comments

Comments
 (0)