-
Notifications
You must be signed in to change notification settings - Fork 15
Drafting a lstMCpipe release
Thomas Vuillaume edited this page Oct 10, 2022
·
3 revisions
- Draft a release in GitHub and generate the release notes
- this should help you determine if there are API breaks, thus requiring a major bump in the version number
- Update CodeMeta for the version number through a pull-request
- this will also update
CITATION.cff
if need - merge the PR
- this will also update
- Make the release
- Check if the new version in Zenodo is fine
- Manually upload to PyPi
python setup.py sdist
twine upload dist/lstmcpipe-ver.tar.gz