diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-22 20:00:53 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-22 20:00:53 -0400 |
commit | a4dbe3457d89cf67ee3aa571fdb149e6eb544e88 (patch) | |
tree | 475752b8e771970a681976ec6ef81946d511e797 | |
parent | e0dc5bd639dcade02605aa901f5e43e4f027c484 (diff) | |
parent | 4b1568c71b5299b39a5579bb778c8930991448b8 (diff) | |
download | python-setuptools-git-a4dbe3457d89cf67ee3aa571fdb149e6eb544e88.tar.gz |
Merge https://github.com/jaraco/tidelift
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -56,11 +56,9 @@ deps = twine>=3 path jaraco.develop>=7.1 - jaraco.tidelift passenv = TWINE_PASSWORD GITHUB_TOKEN - TIDELIFT_TOKEN setenv = TWINE_USERNAME = {env:TWINE_USERNAME:__token__} commands = @@ -71,4 +69,3 @@ commands = python -m build python -m twine upload dist/* python -m jaraco.develop.create-github-release - python -m jaraco.tidelift.publish-release-notes |