stop uploading packages to downloads.rapids.ai, update to 25.08 workflows#98
stop uploading packages to downloads.rapids.ai, update to 25.08 workflows#98jameslamb merged 1 commit intorapidsai:mainfrom jameslamb:ci/stop-s3-uploads
Conversation
| --disable-pip-version-check \ | ||
| -w "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" \ | ||
| . | ||
|
|
There was a problem hiding this comment.
If we don't upload the wheels, what do we put them now, just push them to pypi or directly or something after building them?
There was a problem hiding this comment.
They're getting uploaded to the GitHub Actions artifact store.
via this:
Which gets called because we use it here:
rapids-cli/.github/workflows/pr.yaml
Lines 20 to 21 in 3ec5fc5
You can see those artifacts at the end of any CI run here, by scrolling down to the "Artifacts" section. For example, from this PR: https://github.com/rapidsai/rapids-cli/actions/runs/15287088447?pr=98
There was a problem hiding this comment.
Thanks, that makes sense : )
There was a problem hiding this comment.
Yep no prob! Happy to answer any other question you have, there's a TON of indirection involved here.
| --disable-pip-version-check \ | ||
| -w "${RAPIDS_WHEEL_BLD_OUTPUT_DIR}" \ | ||
| . | ||
|
|
There was a problem hiding this comment.
Thanks, that makes sense : )
Description
Contributes to rapidsai/build-planning#181
downloads.rapids.aishared-workflowsreferences tobranch-25.08, to pull in changes from Use GitHub Actions artifacts in Anaconda uploads shared-workflows#364Notes for Reviewers
How I identified changes
Looked for uses of the relevant
gha-toolstools, as well as documentation aboutdownloads.rapids.ai, being on the NVIDIA VPN, using S3, etc. like this:git grep -i -E 's3|upload|downloads\.rapids|vpn'How I tested this
See "How I tested this" on rapidsai/shared-workflows#364
Checklist