From 6254f55c819ba259c0f6a7a1bf9b45506f5df398 Mon Sep 17 00:00:00 2001 From: Zhang Jiejing Date: Fri, 30 May 2025 08:35:21 +0800 Subject: [PATCH] ci: fix release script. --- .../workflows/release_packages_cuda_only.yml | 30 ++++--------------- 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/.github/workflows/release_packages_cuda_only.yml b/.github/workflows/release_packages_cuda_only.yml index 61a4bedd4..ba9040eab 100644 --- a/.github/workflows/release_packages_cuda_only.yml +++ b/.github/workflows/release_packages_cuda_only.yml @@ -33,19 +33,10 @@ jobs: shell: bash -l {0} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - lfs: false - - - name: Pull LFS - run: | - git lfs install --force - git lfs pull - - - name: Init submodule - run: | - git submodule init - git submodule update + lfs: true + submdules: false - name: Build tgz package shell: bash @@ -104,19 +95,10 @@ jobs: ENABLE_CUDA: ${{ matrix.enable_cuda }} steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - lfs: false - - - name: Pull LFS - run: | - git lfs install --force - git lfs pull - - - name: Init submodule - run: | - git submodule init - git submodule update + lfs: true + submdules: false - name: Build manylinux wheels shell: bash