Releases: rapidsai/gha-tools
Releases · rapidsai/gha-tools
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
v0.0.18
Merge pull request #16 from ajschmidt8/revert-summary Revert upload summary
v0.0.17
Merge pull request #15 from Ethyling/fix-rapids-env Fix rapids-env-update to use rapids-is-release-build
v0.0.16
Merge pull request #14 from Ethyling/rename-check-env Rename rapids-check-env to rapids-print-env
v0.0.15
Rename rapids-is-stable-build to rapids-is-release-build Signed-off-by: Jordan Jacobelli <[email protected]>
v0.0.14
Merge pull request #13 from ajschmidt8/add-conda-error Add `ConnectionError:` to `rapids-conda-retry`
v0.0.13
fix cmd path
v0.0.12
Add RAPIDS_ARCH to override host arch (#10) * Add RAPIDS_PY_WHEEL_ARCH to override host arch * Override arch with RAPIDS_ARCH
v0.0.11
Merge pull request #12 from ajschmidt8/update-rapids-env-update Use `rapids-is-stable-build` in `rapids-env-update`
v0.0.10
Merge pull request #11 from ajschmidt8/add-rapids-is-stable-build Add `rapids-is-stable-build` and permissions checker