Skip to content

Commit 320fd51

Browse files
committed
k
1 parent df51c93 commit 320fd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
export PATH="$pythonLocation:$PATH"
4141
CIBW_TEST_COMMAND='cd ${pwd}/tmp && python -m pytest tests'
4242
echo "CIBW_TEST_COMMAND=${CIBW_TEST_COMMAND}" >> $GITHUB_ENV
43-
python -m pip install cibuildwheel==2.16.5
43+
python -m pip install cibuildwheel
4444
python -m cibuildwheel --output-dir ./wheelhouse
4545
- uses: actions/upload-artifact@v4
4646
with:

0 commit comments

Comments
 (0)