Releasing¶
This project targets conda-forge as the primary distribution channel.
Prep¶
Update
i7aof/version.py
andCHANGELOG.md
.Ensure CI is green on
main
.Create a release candidate branch or PR if needed.
Tag¶
Tag the release in the repo, e.g.,
v0.1.0
.Push the tag to GitHub.
conda-forge feedstock¶
Open (or let the bot open) a PR to the conda-forge feedstock updating the version and SHA256.
Review CI (Linux/macOS/Win) and merge when green.
Verify the new package version is available via
conda search -c conda-forge ismip7-antarctic-ocean-forcing
.
Documentation¶
GitHub Pages is built from
docs/
via CI. After tagging, ensure the docs workflow completes.Confirm the site updates and reflects the new version.
Note: PyPI publishing is not planned currently.