summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 21ec6cde..6d3b9a9b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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