diff --git a/.github/workflows/cron-test.yml b/.github/workflows/cron-test.yml index af54e3b23f..e86e7c434c 100644 --- a/.github/workflows/cron-test.yml +++ b/.github/workflows/cron-test.yml @@ -37,7 +37,7 @@ jobs: with: python-version: '3.x' - - uses: pypa/cibuildwheel@v3.4.1 + - uses: pypa/cibuildwheel@v4.0.0 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_BEFORE_BUILD: python -m pip install wheel>=0.41.0 pip --upgrade