diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0f6e8fdb..76fa22342 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.22.0 + uses: pypa/cibuildwheel@v2.23.0 env: CIBW_BUILD: "*cp3${{ matrix.python }}*"