Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 242 Bytes

DEPLOYMENT.md

File metadata and controls

11 lines (7 loc) · 242 Bytes

Deployment

Notes for developers about to deploy the code.

Tox

Run tox to ensure all tests pass.

Tox will automatically build the files to post to pypi, including a .whl and a tar.gz file.

Post to PyPI

twine upload dist/*