summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-08-30 14:54:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-08-30 14:54:21 -0400
commit17cb9d6bf249cefe653d3bdb712582409035a7db (patch)
treec48b0d11463e8b63eaa26a660ca81dfba7ab512f
parent04e3df22df840c6bb244e9b27bc56750c44b7c85 (diff)
downloadpython-setuptools-git-17cb9d6bf249cefe653d3bdb712582409035a7db.tar.gz
Create Github releases when releasing. Fixes #2328.
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 557c8d5a..535b67d3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -66,9 +66,11 @@ deps =
wheel
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__}
@@ -77,4 +79,5 @@ commands =
python -c "import path; path.Path('dist').rmtree_p()"
python setup.py release
python -m twine upload dist/*
+ python -m jaraco.develop.create-github-release
python -m jaraco.tidelift.publish-release-notes