Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Cómo liberar una nueva versión

Juan Luis Cano Rodríguez edited this page Nov 6, 2016 · 1 revision
  1. Se crea una nueva rama a partir de master, por ejemplo 0.1.x
  2. Se cambia el string de la versión en:
  • README
  • setup.py
  • CI scripts
  • Sphinx conf.py
  1. Check that the release branch will be tested on CI
  2. Check all the badges in README point to the appropriate git branch
  3. Crear tag, por ejemplo git tag -a v0.1.0
  4. Test in https://testpypi.python.org/pypi first using python setup.py register -r https://testpypi.python.org/pypi

Release

$ python setup.py sdist
$ python setup.py sdist upload