diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index fc217d5..98d37a2 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.19.2 + uses: pypa/cibuildwheel@v2.20.0 with: output-dir: wheelhouse env: