diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index a3537f9..5e802e4 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3 + uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4 env: # Skips pypy and musllinux for now. CIBW_SKIP: "pp* cp36-* cp37-* cp38-* *-musllinux*"