diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index d82a96976..dc9645a70 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@v2.21.1 + uses: pypa/cibuildwheel@v2.21.3 - name: Upload artifacts uses: actions/upload-artifact@v4