diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 828a3b0..b293df6 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -19,7 +19,7 @@ jobs: with: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v3.0.0 + uses: pypa/cibuildwheel@v3.4.0 # env: # CIBW_SOME_OPTION: value # ...