diff --git a/.github/workflows/publish-to-test-pypi.yaml b/.github/workflows/publish-to-test-pypi.yaml index ee3e56ae0..d1c4784ba 100644 --- a/.github/workflows/publish-to-test-pypi.yaml +++ b/.github/workflows/publish-to-test-pypi.yaml @@ -36,7 +36,7 @@ jobs: persist-credentials: false - name: Build wheels - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}* CIBW_ARCHS: ${{ matrix.buildplat[2] }}