Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 365 Bytes

RELEASE.md

File metadata and controls

15 lines (9 loc) · 365 Bytes

Steps to release:

  1. Commit and push all changes to GitHub: https://github.com/teradata/PyTd

  2. Tag the release, E.g.

git tag -a v15.10.00.03 -m 'Release version 15.10.00.03' git push origin --tags

  1. Release to PyPI:

python setup.py register -r pypi python setup.py sdist upload -r pypi

  1. Increment version in teradata/versions.py to next release version.