Skip to content

Register Julia package

Martin Otter edited this page Jul 11, 2019 · 4 revisions

Making a Julia package release with registration in the general Julia registry

  • Set in the Project.toml file:

    [compat] 
    julia = "1.1"
    

    and remove REQUIRE file (the new registration process only works for Julia 1.1 and the REQUIRE file is no longer used).

  • Follow the instructions at Registrator.jl

Clone this wiki locally