diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-30 14:54:21 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-30 14:54:21 -0400 |
| commit | 17cb9d6bf249cefe653d3bdb712582409035a7db (patch) | |
| tree | c48b0d11463e8b63eaa26a660ca81dfba7ab512f | |
| parent | 04e3df22df840c6bb244e9b27bc56750c44b7c85 (diff) | |
| download | python-setuptools-git-17cb9d6bf249cefe653d3bdb712582409035a7db.tar.gz | |
Create Github releases when releasing. Fixes #2328.
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
