Skip to content

Commit f1cecc4

Browse files
authored
use branch-25.08 of shared-workflows (#216)
Contributes to rapidsai/build-planning#181 Follow-up to #215 Now that rapidsai/shared-workflows#364 has been merged to `branch-25.08`, this project's CI configurations should stop pointing at the branch from that PR. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #216
1 parent 915497b commit f1cecc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
upload-conda:
6161
needs: [cpp-build, python-build]
6262
secrets: inherit
63-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@gha-artifacts/uploads
63+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.08
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}
@@ -83,7 +83,7 @@ jobs:
8383
wheel-publish-cugraph-pyg:
8484
needs: wheel-build-cugraph-pyg
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@gha-artifacts/uploads
86+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
8787
with:
8888
build_type: ${{ inputs.build_type || 'branch' }}
8989
branch: ${{ inputs.branch }}
@@ -119,7 +119,7 @@ jobs:
119119
wheel-publish-libwholegraph:
120120
needs: wheel-build-libwholegraph
121121
secrets: inherit
122-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@gha-artifacts/uploads
122+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
123123
with:
124124
build_type: ${{ inputs.build_type || 'branch' }}
125125
branch: ${{ inputs.branch }}
@@ -130,7 +130,7 @@ jobs:
130130
wheel-publish-pylibwholegraph:
131131
needs: wheel-build-pylibwholegraph
132132
secrets: inherit
133-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@gha-artifacts/uploads
133+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
134134
with:
135135
build_type: ${{ inputs.build_type || 'branch' }}
136136
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)