diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76fa22342..7876de525 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: # TODO: add cbuildwheel cache - name: Build wheel - uses: pypa/cibuildwheel@v2.23.0 + uses: pypa/cibuildwheel@v2.23.1 env: CIBW_BUILD: "*cp3${{ matrix.python }}*"