diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-06 09:57:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-06 09:57:43 -0500 |
| commit | bf9fae2c0df316dc837d56ae68880620733d5ff6 (patch) | |
| tree | ff584dc001215c02bf93313025bcc1349ee9be3c | |
| parent | d9a13c77ce2a3efea70c97d219ca4335c0f03c40 (diff) | |
| download | python-setuptools-git-bf9fae2c0df316dc837d56ae68880620733d5ff6.tar.gz | |
Require twine 3 with keyring unconditionally required.
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ commands = skip_install = True deps = build - twine[keyring]>=1.13 + twine>=3 path jaraco.develop>=7.1 passenv = |
