-
Notifications
You must be signed in to change notification settings - Fork 21
Home
P. L. Lim edited this page Jul 8, 2024
·
4 revisions
- GitHub
- PyPI (automated in Actions)
- conda-forge (bot picks up from PyPI, check here)
- Grab latest code from
master
- Grab all the tags from this repo
- Make sure you are on the branch that you intend to release from
- Check
git status
(must be clean) andgit log
(must contain correct history) git clean -xdf
-
git tag -s "X.Y.Z" -m "Tagging version X.Y.Z"
(replaceX.Y.Z
with real version number) -
git push <remote> X.Y.Z
(replace<remote>
with remote name that points to this repo) - Edit release tag on GitHub to add change log and publish release.
- Check https://readthedocs.org/projects/pysynphot/builds/