mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-29 21:54:49 +00:00
demo
This commit is contained in:
11
NOTES.md
11
NOTES.md
@@ -1,11 +0,0 @@
|
||||
# Publishing the documentation
|
||||
|
||||
- Install Sphinx; `sudo pip install sphinx`
|
||||
- Clone gh-pages branch: `cd doc; git clone -b gh-pages git@github.com:larsimmisch/pyalsaaudio.git gh-pages`
|
||||
- `cd doc; make publish`
|
||||
|
||||
# Release procedure
|
||||
|
||||
- Update version number in setup.py
|
||||
- Create tag and push it, i.e. `git tag x.y.z; git push origin x.y.z`
|
||||
- `python setup.py sdist upload -r pypi`
|
||||
Reference in New Issue
Block a user