Skip to content

Deployment Notes

Michael Noronha edited this page Mar 25, 2019 · 1 revision

Here's what needs to be done to deploy a version to pip:

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