-
Notifications
You must be signed in to change notification settings - Fork 290
Check list for code release
Zhang Yunjun edited this page Nov 27, 2021
·
13 revisions
- update version number:
- in the badge in the README file
- in the code in version.py
-
update pypi archive following pip install
-
update conda-forge archive in https://github.com/conda-forge/mintpy-feedstock
- This is auto-triggered in the conda-forge feedstock repo.
- Manually changes are required if:
- If there are changes of dependencies (in setup.py, requirements.txt files, etc.)
- [For MintPy only] If new executable scripts are added, or existing executable scripts are removed, update the setup.py in the feedstock repo.