blob: be3896f813796c7b0b75c6001a40818d87cb0fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
- build documentation:
- `sphinx-apidoc -F -o docs gamelocker/`
- `cd docs`
- `PYTHONPATH=.. make html`
- push to server, `git pull`
- update version in setup.py
- `git tag` and push
- `python setup.py bdist_wheel`
- `python setup.py sdist`
- `twine upload dist/python-gamelocker-*`
|