Sourced from twine's changelog.
Twine 6.0.1 (2024-11-30)
Bugfixes ^^^^^^^^
- Fixed a regression where
twine check
would fail to expand wildcards, e.g.twine check 'dist/*'
. ([#1188](https://github.com/pypa/twine/issues/1188) <https://github.com/pypa/twine/issues/1188>
_)Misc ^^^^
[#1184](https://github.com/pypa/twine/issues/1184) <https://github.com/pypa/twine/issues/1184>
_Twine 6.0.0 (2024-11-29)
Bugfixes ^^^^^^^^
- Restore support for pkginfo 1.11 (
[#1116](https://github.com/pypa/twine/issues/1116) <https://github.com/pypa/twine/issues/1116>
_)Deprecations and Removals ^^^^^^^^^^^^^^^^^^^^^^^^^
- Username for PyPI and Test PyPI now defaults to token but no longer overrides a username configured in the environment or supplied on the command line. Workflows still supplying anything other than token for the username when uploading to PyPI or Test PyPI will now fail. Either supply token or do not supply a username at all. (
[#1121](https://github.com/pypa/twine/issues/1121) <https://github.com/pypa/twine/issues/1121>
_)Misc ^^^^
[#1024](https://github.com/pypa/twine/issues/1024) <https://github.com/pypa/twine/issues/1024>
_
a723876
Merge pull request #1189 from
pypa/release-6.0.19a24828
Update changelog for 6.0.1a017005
Merge pull request #1188 from
pypa/ww/fix-twine-check-globe98f03b
check: fix handling of non-shell-expanded globs873f33e
build(deps): bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#1175)067412e
Use brackets for the default value of option arguments (#1149)f32dc35
Apply ruff/Perflint rule (#1136)aa58273
Don't require importlib_metadata on Python 3.10+675565f
changelog: record #118480cc58c
chore: mark 3.13 as explicitly supported