v0.0.19
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