diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 7c7e50a..b427387 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.18.0 + uses: pypa/cibuildwheel@v2.18.1 with: output-dir: wheelhouse env: