Commit c7695d9
committed
Add GHA upload workflow to publish packages
As RAPIDS has its own upload process that differs from conda-forge in
some particular ways, we just disable the conda-forge upload logic
altogether in the prior commits. Additional we enable GHA artifact
storage. This way preserve the artifacts from the conda-build jobs
somehow. There are just preserved on GHA instead of being uploaded to
Anaconda.org.
Here we add a new workflow to allow RAPIDS to handle uploads itself.
This way any upload strategy can be specified. Also if the upload
process changes in the future, this workflow can be updated to align
with that process. Lastly conda-smithy doesn't touch this custom
workflow file, so it will be unaltered by regular conda-smithy
re-rendering operations.1 parent 8031ee4 commit c7695d9
1 file changed
+46
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments