diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-31 12:10:23 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-31 12:10:23 +0100 |
| commit | 3fb50f12d1632ac35c329e1309502716376d3eeb (patch) | |
| tree | ec592c0b066607daf4a0759bf3257324559b25cf | |
| parent | 58dcdb0d1f59289e9d6636c9efa712e67735c7a7 (diff) | |
| download | python-gamelocker-3fb50f12d1632ac35c329e1309502716376d3eeb.tar.gz python-gamelocker-3fb50f12d1632ac35c329e1309502716376d3eeb.zip | |
add notes on package updates
| -rw-r--r-- | release.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release.md b/release.md new file mode 100644 index 0000000..be3896f --- /dev/null +++ b/release.md @@ -0,0 +1,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-*` |
