Skip to content

Software

mattbev edited this page Sep 29, 2020 · 1 revision

PyPI:

Build new update:

  1. update ReadMe and setup.py (especially version number)
  2. run python3 setup.py sdist bdist_wheel

Push new update:

  1. run pythom -m twine upload --skip-existing dist/*
Clone this wiki locally