# Registering a Julia Package

**URL:** https://discourse.julialang.org/t/registering-a-julia-package/134081
**Category:** General Usage
**Created:** [November 24, 2025, 2:53pm UTC](https://discourse.julialang.org/t/registering-a-julia-package/134081 "2025-11-24T14:53:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ekneller](https://avatars.discourse-cdn.com/v4/letter/e/6f9a4e/32.png) [@ekneller](https://discourse.julialang.org/u/ekneller)
#### Post date: [November 24, 2025, 2:53pm UTC](https://discourse.julialang.org/t/registering-a-julia-package/134081/1 "2025-11-24T14:53:29Z")

</div>

I am trying to register my first Julia package called EarthBox and have passed all of the AutoMerge requirements. However, there appears to be a non-package issue with the registration process. See this [link](https://github.com/JuliaRegistries/General/pull/142827) for details on GitHub. I wanted to reach out to the community to determine the best path to pursue to resolve this.

---

<div class="post-metadata">

### Author: ![GunnarFarneback](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gunnarfarneback/32/1827_2.png) [@GunnarFarneback](https://discourse.julialang.org/u/GunnarFarneback)
#### Post date: [November 24, 2025, 3:28pm UTC](https://discourse.julialang.org/t/registering-a-julia-package/134081/2 "2025-11-24T15:28:27Z")

</div>

This looks resolved but for other and future readers, if an automerge job fails due to network or other spurious problems, CI can be restarted by re-registering the same commit.

---

<div class="post-metadata">

### Author: ![ekneller](https://avatars.discourse-cdn.com/v4/letter/e/6f9a4e/32.png) [@ekneller](https://discourse.julialang.org/u/ekneller)
#### Post date: [November 24, 2025, 5:09pm UTC](https://discourse.julialang.org/t/registering-a-julia-package/134081/4 "2025-11-24T17:09:54Z")

</div>

OK, thank you for the quick response. All is well.
