0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-05 05:59:43 +00:00
alerta_alerta/pypi.md
2018-09-16 00:26:28 +02:00

427 B

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/