File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
jobs :
30
30
conda-python-build :
31
31
secrets : inherit
32
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
32
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
33
33
with :
34
34
build_type : ${{ inputs.build_type || 'branch' }}
35
35
branch : ${{ inputs.branch }}
@@ -40,15 +40,15 @@ jobs:
40
40
upload-conda :
41
41
needs : conda-python-build
42
42
secrets : inherit
43
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.02
43
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
44
44
with :
45
45
build_type : ${{ inputs.build_type || 'branch' }}
46
46
branch : ${{ inputs.branch }}
47
47
date : ${{ inputs.date }}
48
48
sha : ${{ inputs.sha }}
49
49
wheel-build :
50
50
secrets : inherit
51
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
51
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
52
52
with :
53
53
build_type : ${{ inputs.build_type || 'branch' }}
54
54
branch : ${{ inputs.branch }}
60
60
wheel-publish :
61
61
needs : wheel-build
62
62
secrets : inherit
63
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.02
63
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
64
64
with :
65
65
build_type : ${{ inputs.build_type || 'branch' }}
66
66
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -18,30 +18,30 @@ jobs:
18
18
- wheel-build
19
19
- wheel-tests
20
20
secrets : inherit
21
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.02
21
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10
22
22
checks :
23
23
secrets : inherit
24
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
24
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
25
25
conda-python-build :
26
26
needs : checks
27
27
secrets : inherit
28
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
28
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
29
29
with :
30
30
build_type : pull-request
31
31
# Package is pure Python and only ever requires one build.
32
32
matrix_filter : ' map(select(.ARCH == "amd64" and (.LINUX_VER | test("centos")|not))) | sort_by(.PY_VER | split(".") | map(tonumber)) | [.[-1]]'
33
33
conda-python-tests :
34
34
needs : conda-python-build
35
35
secrets : inherit
36
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
36
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
37
37
with :
38
38
build_type : pull-request
39
39
# Package is pure Python and only ever requires one build.
40
40
matrix_filter : ' map(select(.ARCH == "amd64" and (.LINUX_VER | test("centos")|not))) | sort_by(.PY_VER | split(".") | map(tonumber)) | [.[-1]]'
41
41
wheel-build :
42
42
needs : checks
43
43
secrets : inherit
44
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
44
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
45
45
with :
46
46
build_type : pull-request
47
47
# Package is pure Python and only ever requires one build.
50
50
wheel-tests :
51
51
needs : wheel-build
52
52
secrets : inherit
53
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
53
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
54
54
with :
55
55
build_type : pull-request
56
56
# Package is pure Python and only ever requires one build.
You can’t perform that action at this time.
0 commit comments