|
43 | 43 | branch: ${{ inputs.branch }}
|
44 | 44 | date: ${{ inputs.date }}
|
45 | 45 | sha: ${{ inputs.sha }}
|
| 46 | + upload-conda: |
| 47 | + needs: [cpp-build, python-build] |
| 48 | + secrets: inherit |
| 49 | + uses: rapidsai/shared-workflows/.github/workflows/[email protected] |
| 50 | + with: |
| 51 | + build_type: ${{ inputs.build_type || 'branch' }} |
| 52 | + branch: ${{ inputs.branch }} |
| 53 | + date: ${{ inputs.date }} |
| 54 | + sha: ${{ inputs.sha }} |
46 | 55 | wheel-build-cugraph-dgl:
|
47 | 56 | secrets: inherit
|
48 | 57 | uses: rapidsai/shared-workflows/.github/workflows/[email protected]
|
|
52 | 61 | sha: ${{ inputs.sha }}
|
53 | 62 | date: ${{ inputs.date }}
|
54 | 63 | script: ci/build_wheel_cugraph-dgl.sh
|
| 64 | + wheel-publish-cugraph-dgl: |
| 65 | + needs: wheel-build-cugraph-dgl |
| 66 | + secrets: inherit |
| 67 | + uses: rapidsai/shared-workflows/.github/workflows/[email protected] |
| 68 | + with: |
| 69 | + build_type: ${{ inputs.build_type || 'branch' }} |
| 70 | + branch: ${{ inputs.branch }} |
| 71 | + sha: ${{ inputs.sha }} |
| 72 | + date: ${{ inputs.date }} |
| 73 | + package-name: cugraph-dgl |
55 | 74 | wheel-build-cugraph-pyg:
|
56 | 75 | secrets: inherit
|
57 | 76 | uses: rapidsai/shared-workflows/.github/workflows/[email protected]
|
|
61 | 80 | sha: ${{ inputs.sha }}
|
62 | 81 | date: ${{ inputs.date }}
|
63 | 82 | script: ci/build_wheel_cugraph-pyg.sh
|
| 83 | + wheel-publish-cugraph-pyg: |
| 84 | + needs: wheel-build-cugraph-pyg |
| 85 | + secrets: inherit |
| 86 | + uses: rapidsai/shared-workflows/.github/workflows/[email protected] |
| 87 | + with: |
| 88 | + build_type: ${{ inputs.build_type || 'branch' }} |
| 89 | + branch: ${{ inputs.branch }} |
| 90 | + sha: ${{ inputs.sha }} |
| 91 | + date: ${{ inputs.date }} |
| 92 | + package-name: cugraph-pyg |
64 | 93 | wheel-build-pylibwholegraph:
|
65 | 94 | secrets: inherit
|
66 | 95 | uses: rapidsai/shared-workflows/.github/workflows/[email protected]
|
|
70 | 99 | sha: ${{ inputs.sha }}
|
71 | 100 | date: ${{ inputs.date }}
|
72 | 101 | script: ci/build_wheel_pylibwholegraph.sh
|
| 102 | + wheel-publish-pylibwholegraph: |
| 103 | + needs: wheel-build-pylibwholegraph |
| 104 | + secrets: inherit |
| 105 | + uses: rapidsai/shared-workflows/.github/workflows/[email protected] |
| 106 | + with: |
| 107 | + build_type: ${{ inputs.build_type || 'branch' }} |
| 108 | + branch: ${{ inputs.branch }} |
| 109 | + sha: ${{ inputs.sha }} |
| 110 | + date: ${{ inputs.date }} |
| 111 | + package-name: pylibwholegraph |
0 commit comments