File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ schemes recommended by the Python Packaging Authority.
1212
1313.. towncrier release notes start
1414
15+ Twine 4.0.1 (2022-06-01)
16+ ------------------------
17+
18+ Bugfixes
19+ ^^^^^^^^
20+
21+ - Improve logging when keyring fails. (`#890 <https://github.com/pypa/twine/issues/890 >`_)
22+ - Reconfgure root logger to show all log messages. (`#896 <https://github.com/pypa/twine/issues/896 >`_)
23+
24+
1525Twine 4.0.0 (2022-03-31)
1626------------------------
1727
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ commands =
8383 python -c ' with open("mypy/index.txt") as f: print(f.read())'
8484
8585[testenv:changelog]
86- skip_install = True
8786basepython = python3
8887deps =
8988 towncrier
You can’t perform that action at this time.
0 commit comments