Publish release notes to tidelift following release.

This commit is contained in:
Jason R. Coombs 2019-12-01 09:51:09 -05:00
parent e939db3fbe
commit 53b2eb605d
1 changed files with 3 additions and 0 deletions

View File

@ -62,8 +62,10 @@ deps =
wheel
twine[keyring]>=1.13
path
jaraco.tidelift
passenv =
TWINE_PASSWORD
TIDELIFT_TOKEN
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
@ -71,3 +73,4 @@ commands =
python -c "import path; path.Path('dist').rmtree_p()"
python setup.py release
python -m twine upload dist/*
python -m jaraco.tidelift.publish-release-notes