diff --git a/.github/workflows/cron-test.yml b/.github/workflows/cron-test.yml index b992d1efcf..f33d8df34e 100644 --- a/.github/workflows/cron-test.yml +++ b/.github/workflows/cron-test.yml @@ -36,7 +36,7 @@ jobs: with: python-version: '3.x' - - uses: pypa/cibuildwheel@v3.4.0 + - uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: ${{ matrix.python }}-* CIBW_BEFORE_BUILD: python -m pip install pip --upgrade