diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a8d8b0c..c9f38121 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.17.0 env: CIBW_BUILD: ${{ matrix.build }} CIBW_SKIP: "*musllinux*"