Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.08 KB

Contributing

Tests

When contributing pull requests, it's a good idea to run basic checks locally:

# install development dependencies
tpi (master)$ pip install pre-commit -r requirements-dev.txt
tpi (master)$ pre-commit install  # install pre-commit checks
tpi (master)$ pytest              # run all tests

Layout

Releases

Tests and deployment are handled automatically by continuous integration. Simply tag a commit v{major}.{minor}.{patch} and wait for a draft release to appear at https://github.com/iterative/tpi/releases. Tidy up the draft's description before publishing it.

Note that tagging a release is possible by commenting /tag vM.m.p HASH in an issue or PR.