Skip to content

Commit 2319287

Browse files
committed
twine-upload: ::error, switch nudge order
Signed-off-by: William Woodruff <[email protected]>
1 parent 254a0d4 commit 2319287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twine-upload.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ INPUT_VERIFY_METADATA="$(get-normalized-input 'verify-metadata')"
4040
INPUT_SKIP_EXISTING="$(get-normalized-input 'skip-existing')"
4141
INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
4242

43-
PASSWORD_DEPRECATION_NUDGE="::warning title=Password-based uploads deprecated::\
43+
PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads deprecated::\
4444
Starting in 2024, PyPI will require all users to enable Two-Factor \
4545
Authentication. This will consequently require all users to switch \
46-
to either API tokens or Trusted Publishers (preferred) for package \
46+
to either Trusted Publishers (preferred) or API tokens for package \
4747
uploads. Read more: \
4848
https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"
4949

0 commit comments

Comments
 (0)