diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index c4bb6e9..49332ff 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -41,7 +41,7 @@ jobs: if: ${{ inputs.VERSION != '' }} run: echo -n "${{ inputs.VERSION }}" > VERSION - name: Build wheels - uses: pypa/cibuildwheel@v2.22.0 + uses: pypa/cibuildwheel@v2.23.2 with: output-dir: wheelhouse env: