TidierOrg / Tidier.jl

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

Update `Package.toml` to avoid problems with future releases #87

Closed pitmonticone closed 1 year ago

pitmonticone commented 1 year ago

Hi everyone,

I'm writing this issue as a reminder to update the repo URL included in the Package.toml file in the Julia general registry in order to avoid problems with future releases of the package.

If it's ok for you I can immediately open a PR there and close this issue.

kdpsingh commented 1 year ago

Just filed a PR to fix this.

pitmonticone commented 1 year ago

Great @kdpsingh, I'm going to close this issue then.

kdpsingh commented 1 year ago

Our PR was merged. I just tested it out by pushing out a patch release and everything works.

Two things are still problems but are separate issues:

pitmonticone commented 1 year ago

Our PR was merged. I just tested it out by pushing out a patch release and everything works.

Great @kdpsingh.

I still need to set up deploy keys so that stable docs get updated.

Ok, let me know if that definitely solves the problem by replying in the associated issue.

The registration GitHub action you had set up gave me an error last time I tried to use it. Haven't retried it yet.

I see. Let me know if it currently works and, if it doesn't, I'll take a look at it.