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