Skip to content
Lars Immisch edited this page May 30, 2024 · 9 revisions

Preparing a release:

  • update CHANGES.md
  • set version number version in setup.py
  • create a tag (version)
  • update documentation cd doc; make publish
  • generate source distribution: python3 setup.py sdist
  • upload to PyPI python3 -m twine upload -r pypi dist/*
    • username is __token__, use the API token as the password
  • push the tag git push origin <version>

ALSA Documentation

This one is really nice: https://vovkos.github.io/doxyrest/samples/alsa/index.html

Clone this wiki locally