Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 427 Bytes

pypi.md

File metadata and controls

25 lines (24 loc) · 427 Bytes

Create new release (use a python3 virt env)

  1. Ensure master is up-to-date
    $ git checkout master
    $ git pull
  1. Bump version number
    $ vi VERSION
    $ vi alerta/version.py
    $ git add .
    $ git commit -m 'Bump version to 5.x.x'
    $ git push
  1. Update git tags
    $ make tag
  1. Push wheel to PyPi
    $ make clean
    $ make upload

See http://pythonwheels.com/