-
Notifications
You must be signed in to change notification settings - Fork 38
Register Julia package
Martin Otter edited this page Jul 12, 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).
-
Install TagBot, in order that a new release is generated automatically on github for the particular package version, once it is registered with item 3.
-
Follow the instructions at Registrator.jl. Probably simplest to use the web interface.