Commit bbf8773
authored
stop uploading packages to downloads.rapids.ai (#883)
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:
- Bradley Dice (https://github.com/bdice)
URL: #8831 parent 3dff49b commit bbf8773
3 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
65 | | - | |
66 | | - | |
0 commit comments