diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc01f0753..3ca10092f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,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 }}*"