From b1b319e40a2c8c0791a4f405a5772c2a5f6dae5c Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 1 Oct 2024 12:44:39 -0600 Subject: [PATCH] Add conda-forge and install testing details --- docs/contributing/releasing.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/contributing/releasing.md b/docs/contributing/releasing.md index ddc29dc4..6019fcd4 100644 --- a/docs/contributing/releasing.md +++ b/docs/contributing/releasing.md @@ -33,11 +33,16 @@ new CHANGELOG section for this release. Retain the "New contributors" and "Full changelog" text generated by GitHub. Ensure "Set as latest release" is checked. -> :gear: After the GitHub release is published, multiple automations will trigger: -> -> - Zenodo will create a new DOI. -> - GitHub Actions will publish a PyPI release. - -> :memo: `earthaccess` is published to conda-forge through the -> [earthdata-feedstock](https://github.com/conda-forge/earthdata-feedstock), as this -> project was renamed early in its life. The conda package is named `earthaccess`. + > :gear: After the GitHub release is published, multiple automations will trigger: + > + > - Zenodo will create a new DOI. + > - GitHub Actions will publish a PyPI release. +1. Once the package is visible on PyPI, check it's installable with `pip install + earthaccess==vX.Y.Z`. +1. After the package is released on PyPI, follow the + [conda-forge maintainer process](https://conda-forge.org/docs/maintainer/) to release + the package on conda-forge. + + > :memo: `earthaccess` is published to conda-forge through the + > [earthdata-feedstock](https://github.com/conda-forge/earthdata-feedstock), as this + > project was renamed early in its life. The conda package is named `earthaccess`.