diff options
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
