Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 153 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 153 Bytes

Contributing

Release Workflow

git tag $DATE_EXTRACTOR_VERSION
git push --tags origin master
python setup.py sdist
twine upload dist/*