Skip to content

Publishing to PyPi

Artem Los edited this page Jun 2, 2020 · 1 revision

To publish to PyPi, the following commands need to be run:

python setup.py sdist
twine upload dist/*
Clone this wiki locally