Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

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