mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
twine-upload: ::error, switch nudge order
Signed-off-by: William Woodruff <william@trailofbits.com>
This commit is contained in:
parent
254a0d4ec4
commit
2319287e0a
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ INPUT_VERIFY_METADATA="$(get-normalized-input 'verify-metadata')"
|
||||||
INPUT_SKIP_EXISTING="$(get-normalized-input 'skip-existing')"
|
INPUT_SKIP_EXISTING="$(get-normalized-input 'skip-existing')"
|
||||||
INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
|
INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
|
||||||
|
|
||||||
PASSWORD_DEPRECATION_NUDGE="::warning title=Password-based uploads deprecated::\
|
PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads deprecated::\
|
||||||
Starting in 2024, PyPI will require all users to enable Two-Factor \
|
Starting in 2024, PyPI will require all users to enable Two-Factor \
|
||||||
Authentication. This will consequently require all users to switch \
|
Authentication. This will consequently require all users to switch \
|
||||||
to either API tokens or Trusted Publishers (preferred) for package \
|
to either Trusted Publishers (preferred) or API tokens for package \
|
||||||
uploads. Read more: \
|
uploads. Read more: \
|
||||||
https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"
|
https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue