Skip to content
Simon Marchi edited this page Nov 19, 2016 · 1 revision
  1. Bump the version number as needed in toutv/__init__.py.
  2. Create a source distribution tarball with python3 setup.py sdist.
  3. Create a pure wheel with python3 setup.py bdist_wheel.
  4. Upload to Pypi with twine upload dist/*.
Clone this wiki locally