Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 235 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 235 Bytes

Deploying to pypi:

# check current version
poetry version

# update version in taxus/__init__.py

# tests and coverage reports
poetry run coverage run
poetry run coverage report

# build
poetry build

# publish
poetry publish