Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 280 Bytes

Running tests

cd tiptapy
pytest -xv

Build / Release

bumpversion --dry-run --verbose patch  # or major, minor
bumpversion run patch  # or major, minor

rm -rf dist/ build/
python setup.py build sdist
twine upload dist/tiptapy-*.tar.gz --repository tiptapy