I developed a package a couple of years ago and registered it with Julia with no problem. Now I want to release an update, but I tried and failed to register the new version to Julia. The TagBot log shows “No new versions to releaes”. More details below.
-
I uploaded the revised files to GitHub manually on GitHub’s web page. (Not using git.)
-
I made sure that the version number in Project.toml is updated to
version = 0.2.6
, and I have created a new release using the button on the Github page and now the info on the page is corrected listed as “release 0.2.6”. -
There is no branch of the package.
-
The content of
TagBot.yml
is copied from “JuliaRegistries/TagBot: Creates tags, releases, and changelogs for your Julia packages when they’re registered”
After that, I downloaded the package and found it was still the old version.
I then went to my GitHub page and checked Actions → TagBot (on the left panel), clicked on the recent TagBot workflow runs, and looked at the log of the run (after a few more clicks). On the “Run JuliaRegistries/TagBot@v1” section, I saw at the end of the section “No new versions to release”.
What could be the reason and how to fix the problem? Many thanks in advance.