diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 324bd48..caf86c0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -27,7 +27,7 @@ jobs: git config --global --add remote.origin.fetch +refs/pull/*/merge:refs/remotes/pull/* - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-win* CIBW_TEST_REQUIRES: "pytest setuptools wheel" @@ -78,7 +78,7 @@ jobs: export PATH=$(python3 -m site --user-base)/bin:$PATH - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-macosx* CIBW_ARCHS_MACOS: arm64 @@ -129,7 +129,7 @@ jobs: export PATH=$(python3 -m site --user-base)/bin:$PATH - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-macosx* CIBW_ARCHS_MACOS: x86_64 @@ -171,7 +171,7 @@ jobs: git config --global --add remote.origin.fetch +refs/pull/*/merge:refs/remotes/pull/* - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-manylinux* CIBW_BEFORE_ALL: yum makecache @@ -213,7 +213,7 @@ jobs: git config --global --add remote.origin.fetch +refs/pull/*/merge:refs/remotes/pull/* - name: Build wheels - uses: pypa/cibuildwheel@f03ac7617d6cff873ccf24cc0d567ef5ba5a9e6d # v4.0.0 + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 env: CIBW_BUILD: ${{ matrix.python }}-musllinux* CIBW_TEST_REQUIRES: "pytest setuptools wheel"