Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 372 Bytes

RELEASE.md

File metadata and controls

10 lines (9 loc) · 372 Bytes
  • To release a new version of ticcl_output_reader on PyPI:

Update the version number in setup.py (set release version, remove 'dev') git add and git commit python setup.py sdist upload && python setup.py bdist_wheel upload git tag -a X.X.X -m 'comment' Update the version number in setup.py (add 'dev' and increment minor) git add and git commit git push git push --tags