rextendr icon indicating copy to clipboard operation
rextendr copied to clipboard

GHA Release workflow

Open JosiahParry opened this issue 1 year ago • 0 comments

The GHA release workflow used by polars builds binaries and stores them in the GH releases which allows users to download / install directly from github without compilation.

This is helpful when R-universe is not an option or when one wants to have releases stored alongside with their R package as well.

https://github.com/pola-rs/r-polars/blob/main/.github/workflows/release.yaml

JosiahParry avatar Nov 30 '23 15:11 JosiahParry