diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 173d8bb..c220d63 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: ref: ${{ inputs.ref || '' }} - name: Build wheels - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.2.0 env: CIBW_BUILD: ${{ inputs.build || 'cp*' }} CIBW_SKIP: ${{ inputs.skip || '' }}