summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-12-20 15:59:49 -0500
committerJason R. Coombs <jaraco@jaraco.com>2020-12-20 15:59:49 -0500
commita2487bbcae85d70e47d4e46257e5193ab7e05ab6 (patch)
treebac1311d37f59b9b224d8f2491ba8f237d9991b3 /tox.ini
parentcabb200e590955eee70b67787eaa5597d4d0ff19 (diff)
parentfb8d9c43500c06f6f2286ea7c7ae452d41cce412 (diff)
downloadpython-setuptools-git-a2487bbcae85d70e47d4e46257e5193ab7e05ab6.tar.gz
Merge https://github.com/jaraco/tidelift into main
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d58164cc..517dd4d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,9 +58,11 @@ deps =
twine[keyring]>=1.13
path
jaraco.develop>=7.1
+ jaraco.tidelift
passenv =
TWINE_PASSWORD
GITHUB_TOKEN
+ TIDELIFT_TOKEN
setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
@@ -69,6 +71,7 @@ commands =
python -m pep517.build .
python -m twine upload dist/*
python -m jaraco.develop.create-github-release
+ python -m jaraco.tidelift.publish-release-notes
[helpers]
# Custom pip behavior