From f65d6cf5362f72aa8e29aaa6ed1e7370865ebc82 Mon Sep 17 00:00:00 2001 From: taoboyang Date: Wed, 8 Jan 2025 18:38:04 +0800 Subject: [PATCH] [Don't merge] test mac ci --- .github/workflows/build_wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c15ebb7e..2008efab 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -143,9 +143,8 @@ jobs: path: ./wheelhouse/*.whl - name: Setup tmate session - if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 - + timeout-minutes: 300 upload_all_to_pypi: needs: [build_manylinux_wheels, build_macos_wheels] runs-on: ubuntu-latest # pypa/gh-action-pypi-publish only support linux