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