Skip to content
Peng Xiao edited this page Sep 21, 2018 · 3 revisions

Release Steps

1. Change Version Number

change version number in yabgp/init.py, git add/commit/push

version_info = (a, b, c)
version = '.'.join(map(str, version_info))

2. Create release on GitHub Page

https://github.com/smartbgp/yabgp/releases

3. Upload new release to pypi

  1. go to the latest master branch
  2. run python setup.py sdist
  3. pip install twine
  4. twine upload dist/yabgp-a.b.c.tar.gz

Clone this wiki locally