File tree Expand file tree Collapse file tree 5 files changed +35
-16
lines changed Expand file tree Collapse file tree 5 files changed +35
-16
lines changed Load Diff This file was deleted.
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,40 @@ schemes recommended by the Python Packaging Authority.
1212
1313.. towncrier release notes start
1414
15+ Twine 6.1.0 (2025-01-17)
16+ ------------------------
17+
18+ Features
19+ ^^^^^^^^
20+
21+ - Twine now has preliminary built-in support for
22+ `Trusted Publishing <https://docs.pypi.org/trusted-publishers/ >`_ as an
23+ authentication mechanism. (`#1194 <https://github.com/pypa/twine/pull/1194 >`_)
24+
25+ Deprecations and Removals
26+ ^^^^^^^^^^^^^^^^^^^^^^^^^
27+
28+ - Remove support for ``egg `` and ``wininst `` distribution types. These are not
29+ accepted by PyPI and not produced by any modern build-backends.
30+ (`#1195 <https://github.com/pypa/twine/issues/1195 >`_)
31+
32+ - Twine no longer supports ``.tar.bz2 `` source distributions.
33+ (`#1200 <https://github.com/pypa/twine/pull/1200 >`_)
34+
35+ Misc
36+ ^^^^
37+
38+ - ``packaging `` is used instead of ``pkginfo `` for parsing and validating
39+ metadata. This aligns metadata validation to the one performed by PyPI.
40+ ``packaging `` version 24.0 or later is required. Support for metadata
41+ version 2.4 requires ``packaging `` 24.2 or later. ``pkginfo `` is not a
42+ dependency anymore. (`#1180 <https://github.com/pypa/twine/issues/1180 >`_)
43+
44+ - Use ``"source" `` instead of ``None `` as ``pyversion `` for ``sdist ``
45+ uploads. This is what PyPI (and most likely other package indexes)
46+ expects. (`#1191 <https://github.com/pypa/twine/issues/1191 >`_)
47+
48+
1549Twine 6.0.1 (2024-11-30)
1650------------------------
1751
Original file line number Diff line number Diff line change @@ -251,5 +251,5 @@ See `Twine issue #338`_ for discussion and background.
251251.. _`wheels` : https://packaging.python.org/glossary/#term-Wheel
252252.. _`not supported on PyPI` :
253253 https://packaging.python.org/guides/migrating-to-pypi-org/#registering-package-names-metadata
254- .. _`issue #1627 on Warehouse` : https://github.com/pypa /warehouse/issues/1627
254+ .. _`issue #1627 on Warehouse` : https://github.com/pypi /warehouse/issues/1627
255255.. _`Twine issue #338` : https://github.com/pypa/twine/issues/338
You can’t perform that action at this time.
0 commit comments