diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c6531f..7e689a7 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.2.1 + uses: pypa/cibuildwheel@v3.3.1 env: CIBW_BUILD: ${{ inputs.build || 'cp*' }} CIBW_SKIP: ${{ inputs.skip || '' }}