Skip to content

v0.0.19

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 21:01
· 113 commits to main since this release
383e6f5
Fix `rapids-upload-to-anaconda` (#17)

* create `rapids-constants`

* refactor required variable handling for `rapids-s3-path`

`rapids-s3-path` was missing a check for the variable `RAPIDS_REF_NAME`.
this commit adds a check for that variable and refactors how the checks are handled.

* refactor `rapids-upload-to-anaconda`

the script will now download all of the packages from a workflow run and upload them to Anaconda.org

* address shellcheck & add .shellcheckrc