@@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
cpp-build :
30
30
secrets : inherit
31
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.5.1
31
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
32
32
with :
33
33
build_type : ${{ inputs.build_type || 'branch' }}
34
34
branch : ${{ inputs.branch }}
37
37
python-build :
38
38
needs : [cpp-build]
39
39
secrets : inherit
40
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
40
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
41
41
with :
42
42
build_type : ${{ inputs.build_type || 'branch' }}
43
43
branch : ${{ inputs.branch }}
46
46
upload-conda :
47
47
needs : [cpp-build, python-build]
48
48
secrets : inherit
49
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-12.5.1
49
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
50
50
with :
51
51
build_type : ${{ inputs.build_type || 'branch' }}
52
52
branch : ${{ inputs.branch }}
56
56
if : github.ref_type == 'branch'
57
57
needs : python-build
58
58
secrets : inherit
59
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
59
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
60
60
with :
61
61
arch : " amd64"
62
62
branch : ${{ inputs.branch }}
68
68
sha : ${{ inputs.sha }}
69
69
wheel-build-cpp :
70
70
secrets : inherit
71
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
71
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
72
72
with :
73
73
matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
74
74
build_type : ${{ inputs.build_type || 'branch' }}
79
79
wheel-build-python :
80
80
needs : wheel-build-cpp
81
81
secrets : inherit
82
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
82
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
83
83
with :
84
84
build_type : ${{ inputs.build_type || 'branch' }}
85
85
branch : ${{ inputs.branch }}
89
89
wheel-publish-cpp :
90
90
needs : wheel-build-cpp
91
91
secrets : inherit
92
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.5.1
92
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
93
93
with :
94
94
build_type : ${{ inputs.build_type || 'branch' }}
95
95
branch : ${{ inputs.branch }}
@@ -100,7 +100,7 @@ jobs:
100
100
wheel-publish-python :
101
101
needs : wheel-build-python
102
102
secrets : inherit
103
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.5.1
103
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
104
104
with :
105
105
build_type : ${{ inputs.build_type || 'branch' }}
106
106
branch : ${{ inputs.branch }}
0 commit comments