Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 0c0583d

Browse files
authored
stop publishing packages (#233)
Removes the workflow for publishing nightly packages from this repo. In 24.12, development for this project is shifting to https://github.com/rapidsai/cugraph-gnn. That repo is now fully up to date with this library's source code, as of rapidsai/cugraph-gnn#65 ## Notes for Reviewers ### Why not just archive the repo? We're not quite ready for that yet. Other changes need to be made to RAPIDS devcontainers, integration tests, etc. for 24.12. So this PR leaves the ability to build the project from source in place, to reduce the amount of coordination needed for those other changes. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #233
1 parent 6821f7a commit 0c0583d

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,6 @@ jobs:
4545
date: ${{ inputs.date }}
4646
sha: ${{ inputs.sha }}
4747
script: ci/build_python.sh
48-
docs-build:
49-
if: github.ref_type == 'branch'
50-
needs: [python-build]
51-
secrets: inherit
52-
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
53-
with:
54-
arch: "amd64"
55-
branch: ${{ inputs.branch }}
56-
build_type: ${{ inputs.build_type || 'branch' }}
57-
container_image: "rapidsai/ci-conda:latest"
58-
date: ${{ inputs.date }}
59-
node_type: "gpu-v100-latest-1"
60-
run_script: "ci/build_docs.sh"
61-
sha: ${{ inputs.sha }}
62-
upload-conda:
63-
needs: [cpp-build, python-build]
64-
secrets: inherit
65-
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
66-
with:
67-
build_type: ${{ inputs.build_type || 'branch' }}
68-
branch: ${{ inputs.branch }}
69-
date: ${{ inputs.date }}
70-
sha: ${{ inputs.sha }}
7148
wheel-build-pylibwholegraph:
7249
secrets: inherit
7350
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
@@ -77,13 +54,3 @@ jobs:
7754
sha: ${{ inputs.sha }}
7855
date: ${{ inputs.date }}
7956
script: ci/build_wheel.sh
80-
wheel-publish-pylibwholegraph:
81-
needs: wheel-build-pylibwholegraph
82-
secrets: inherit
83-
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
84-
with:
85-
build_type: ${{ inputs.build_type || 'branch' }}
86-
branch: ${{ inputs.branch }}
87-
sha: ${{ inputs.sha }}
88-
date: ${{ inputs.date }}
89-
package-name: pylibwholegraph

0 commit comments

Comments
 (0)