I try to register a package via JuliaHub. Whatever I do every time I get the message Tag with a different commit already exists for the version mentioned in (Julia)Project.toml.
The package in question is AppliSales which is a support package I use for testing purposes. I took the next steps:
- Created the package with PkgTemplates,
- Tests run successful (add https://github.com/rbontekoe/AppliSales.jl, test AppliSales)
(AppliMaster) pkg> st
Status `~/julia-projects/tc/AppliMaster/Project.toml`
[c1345d04] AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)
(AppliMaster) pkg> test AppliSales
Testing AppliSales
Resolving package versions...
Updating `/tmp/jl_lWG3km/Project.toml`
[c1345d04] + AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)
Updating `/tmp/jl_lWG3km/Manifest.toml`
[no changes]
[ Info: Running Sandbox
Status `/tmp/jl_lWG3km/Project.toml`
[c1345d04] AppliSales v0.1.1 #master (https://github.com/rbontekoe/AppliSales.jl)
[8dfed614] Test
Test Summary: | Pass Total
AppliSales.jl | 5 5
Testing AppliSales tests passed
- Added
.github/workflows/TagBot.yml.
The TagBot is running well, - went to
https://juliahub.com/ui/Registrator
, logged in, and added the URLhttps://github.com/rbontekoe/AppliSales.jl.
All green checkmarks are shown. I clicked the Submit button but get the error message.
Does somebody have a link to a tutorial?
Thanks in advance