Skip to content

Commit

Permalink
Merge pull request #1137 from woodruffw-forks/ww/better-messaging
Browse files Browse the repository at this point in the history
docs, twine: improve messaging around #1040
  • Loading branch information
sigmavirus24 authored Jul 10, 2024
2 parents 65eab11 + a6921c9 commit fa8e3d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@ Bugfixes

- Use ``email.message`` instead of ``cgi`` as ``cgi`` has been deprecated (`#969 <https://github.com/pypa/twine/issues/969>`_)

Features
^^^^^^^^

- Remove support for usernames other than ``__token__`` when uploading to PyPI and TestPyPI (`#1040 <https://github.com/pypa/twine/issues/1040>`_)

Misc
^^^^

- `#931 <https://github.com/pypa/twine/issues/931>`_, `#991 <https://github.com/pypa/twine/issues/991>`_, `#1028 <https://github.com/pypa/twine/issues/1028>`_, `#1040 <https://github.com/pypa/twine/issues/1040>`_
- `#931 <https://github.com/pypa/twine/issues/931>`_, `#991 <https://github.com/pypa/twine/issues/991>`_, `#1028 <https://github.com/pypa/twine/issues/1028>`_


Twine 4.0.2 (2022-11-30)
Expand Down
4 changes: 2 additions & 2 deletions twine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ def register_argparse_arguments(parser: argparse.ArgumentParser) -> None:
env="TWINE_USERNAME",
required=False,
help="The username to authenticate to the repository "
"(package index) as. (Can also be set via "
"%(env)s environment variable.)",
"(package index) as. Has no effect on PyPI or TestPyPI. "
"(Can also be set via %(env)s environment variable.)",
)
parser.add_argument(
"-p",
Expand Down

0 comments on commit fa8e3d7

Please sign in to comment.