Skip to content

Commit 279a099

Browse files
committed
po
1 parent f263f29 commit 279a099

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

0 commit comments

Comments
 (0)