From 53b2eb605de63b1c7589696ad55780b6ae0b7dcf Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 1 Dec 2019 09:51:09 -0500 Subject: Publish release notes to tidelift following release. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1