Commit 239e2cd
authored
stop uploading packages to downloads.rapids.ai (#112)
Contributes to rapidsai/build-planning#181
* removes all uploads of conda packages and wheels to `downloads.rapids.ai`
## Notes for Reviewers
### How I identified changes
Looked for uses of the relevant `gha-tools` tools, as well as documentation about `downloads.rapids.ai`, being on the NVIDIA VPN, using S3, etc. like this:
```shell
git grep -i -E 's3|upload|downloads\.rapids|vpn'
```
### How I tested this
See "How I tested this" on rapidsai/shared-workflows#364
Authors:
- James Lamb (https://github.com/jameslamb)
Approvers:
- Tom Augspurger (https://github.com/TomAugspurger)
URL: #1121 parent c7a0ea1 commit 239e2cd
2 files changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
0 commit comments