diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 580ba4e..173d8bb 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@v3.4.0 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_BUILD: ${{ inputs.build || 'cp*' }} CIBW_SKIP: ${{ inputs.skip || '' }}