diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 879ddf994..297692682 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Build wheels - uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0 + uses: pypa/cibuildwheel@e090b81e30c4d855ea63bf4b6e59204c09a101ae # v4.2.1 env: CIBW_ARCHS_LINUX: ${{ matrix.architecture }} - name: Store the Linux wheels