summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-12-01 09:51:09 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-12-01 09:51:09 -0500
commit53b2eb605de63b1c7589696ad55780b6ae0b7dcf (patch)
tree9512df3cf8c1dda810cb12f5c39674551a266db5
parente939db3fbef0d9cbb26b76a1a2b77f6b355a8895 (diff)
downloadpython-setuptools-git-53b2eb605de63b1c7589696ad55780b6ae0b7dcf.tar.gz
Publish release notes to tidelift following release.
-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