Skip to content

Drafting a lstMCpipe release

Thomas Vuillaume edited this page Oct 10, 2022 · 3 revisions
  1. 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
  2. Update CodeMeta for the version number through a pull-request
    • this will also update CITATION.cff if need
    • merge the PR
  3. Make the release
  4. Check if the new version in Zenodo is fine
  5. Manually upload to PyPi
python setup.py sdist
twine upload dist/lstmcpipe-ver.tar.gz
Clone this wiki locally