diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 9e7419741..87d431bce 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -62,7 +62,7 @@ jobs: core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 - name: Upload artifacts uses: actions/upload-artifact@v5