Skip to content

Commit f74830d

Browse files
committed
fgf
1 parent d64c6bd commit f74830d

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
@@ -66,7 +66,7 @@ jobs:
6666
export PATH="$pythonLocation:$PATH"
6767
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
6868
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
69-
python -m pip install cibuildwheel
69+
python -m pip install cibuildwheel==2.20.0
7070
python -m cibuildwheel --output-dir ./wheelhouse
7171
- uses: actions/upload-artifact@v4
7272
with:

0 commit comments

Comments
 (0)