TidierOrg / Tidier.jl

Meta-package for data analysis in Julia, modeled after the R tidyverse.
MIT License
515 stars 14 forks source link

Add registration workflow to facilitate releases #79

Closed pitmonticone closed 1 year ago

pitmonticone commented 1 year ago

I've just added a workflow file to register Julia packages via GitHub Actions.

For further details see here.

kdpsingh commented 1 year ago

This looks so cool! I love that you can specify the version number rather than having to remember to include that in the PR before merging or bumping it manually.

Will review and merge this PR within the next day or so.

kdpsingh commented 1 year ago

Thanks @pitmonticone!

I'm always learning new workflow stuff from you. My GitHub/Julia package knowledge has grown exponentially bc of collaborators knowing and helping set these things up.

pitmonticone commented 1 year ago

Glad to have been of help to you!