-
Notifications
You must be signed in to change notification settings - Fork 2
Releasing Mepo
Matt Thompson edited this page Dec 24, 2024
·
2 revisions
This page will detail instructions on how to release mepo
Use rye
to publish to PyPI with:
rye publish
For spack, the release process is the usual:
spack checksum mepo
spack edit mepo
spack checksum -l --verify mepo
- Make a PR
This one is a bit more complicated. Because mepo
isn't popular enough to make it into mainline brew, we maintain a tap at:
https://github.com/GMAO-SI-Team/homebrew-packages
To make a new "release", clone the tap repo, and edit mepo.rb
and change the url
and sha256
:
url "https://github.com/GEOS-ESM/mepo/archive/refs/tags/v2.1.0.tar.gz"
sha256 "361bcdcfe05bc5b91df36919a0bc8b9fcacb759165a7a4ddbd3c65eb328c7760"
So, you'll need to download the tarfile and run sha256sum
on it.