Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 277 Bytes

RELEASE.md

File metadata and controls

24 lines (17 loc) · 277 Bytes

Release process

Deploy on pypi

Build

rm dist/*
pipenv run python setup.py sdist

### Deploy

pipenv run twine upload dist/*

Documentation

cd docs
pipenv run sphinx-apidoc -o source/pydoc ../universions
pipenv run make html