We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254a0d4 commit 2319287Copy full SHA for 2319287
twine-upload.sh
@@ -40,10 +40,10 @@ INPUT_VERIFY_METADATA="$(get-normalized-input 'verify-metadata')"
40
INPUT_SKIP_EXISTING="$(get-normalized-input 'skip-existing')"
41
INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
42
43
-PASSWORD_DEPRECATION_NUDGE="::warning title=Password-based uploads deprecated::\
+PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads deprecated::\
44
Starting in 2024, PyPI will require all users to enable Two-Factor \
45
Authentication. This will consequently require all users to switch \
46
-to either API tokens or Trusted Publishers (preferred) for package \
+to either Trusted Publishers (preferred) or API tokens for package \
47
uploads. Read more: \
48
https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/"
49
0 commit comments