Skip to content

Commit ca3dfa5

Browse files
authored
ci: fix release script. (#88)
1 parent 138fa99 commit ca3dfa5

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

.github/workflows/release_packages_cuda_only.yml

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,10 @@ jobs:
3333
shell: bash -l {0}
3434
steps:
3535
- name: Check out code
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
38-
lfs: false
39-
40-
- name: Pull LFS
41-
run: |
42-
git lfs install --force
43-
git lfs pull
44-
45-
- name: Init submodule
46-
run: |
47-
git submodule init
48-
git submodule update
38+
lfs: true
39+
submdules: false
4940

5041
- name: Build tgz package
5142
shell: bash
@@ -104,19 +95,10 @@ jobs:
10495
ENABLE_CUDA: ${{ matrix.enable_cuda }}
10596
steps:
10697
- name: Check out code
107-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
10899
with:
109-
lfs: false
110-
111-
- name: Pull LFS
112-
run: |
113-
git lfs install --force
114-
git lfs pull
115-
116-
- name: Init submodule
117-
run: |
118-
git submodule init
119-
git submodule update
100+
lfs: true
101+
submdules: false
120102

121103
- name: Build manylinux wheels
122104
shell: bash

0 commit comments

Comments
 (0)