Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 323 Bytes

RELEASE.md

File metadata and controls

15 lines (8 loc) · 323 Bytes
  • To release a new version of nb2xls on PyPI:

Update meta.py (set release version, remove 'dev')

Add version to changelog in README.md

git add the meta.py file and git commit

git tag -a X.X.X -m 'comment'

git push

git push --tags

This should be built and pushed to PyPI automatically through travis-ci