@@ -28,7 +28,7 @@ concurrency:
28
28
jobs :
29
29
conda-python-build :
30
30
secrets : inherit
31
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
31
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.13
32
32
with :
33
33
build_type : ${{ inputs.build_type || 'branch' }}
34
34
branch : ${{ inputs.branch }}
38
38
if : github.ref_type == 'branch'
39
39
needs : [conda-python-build]
40
40
secrets : inherit
41
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
41
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.13
42
42
with :
43
43
arch : " amd64"
44
44
branch : ${{ inputs.branch }}
@@ -51,15 +51,15 @@ jobs:
51
51
upload-conda :
52
52
needs : [conda-python-build]
53
53
secrets : inherit
54
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
54
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@python-3.13
55
55
with :
56
56
build_type : ${{ inputs.build_type || 'branch' }}
57
57
branch : ${{ inputs.branch }}
58
58
date : ${{ inputs.date }}
59
59
sha : ${{ inputs.sha }}
60
60
wheel-build :
61
61
secrets : inherit
62
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
62
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@python-3.13
63
63
with :
64
64
build_type : ${{ inputs.build_type || 'branch' }}
65
65
branch : ${{ inputs.branch }}
76
76
wheel-publish :
77
77
needs : wheel-build
78
78
secrets : inherit
79
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
79
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@python-3.13
80
80
with :
81
81
build_type : ${{ inputs.build_type || 'branch' }}
82
82
branch : ${{ inputs.branch }}
0 commit comments