Compare commits
3 Commits
1fa98bf332
...
8a051092d2
Author | SHA1 | Date |
---|---|---|
William Woodruff | 8a051092d2 | |
William Woodruff | dffad7f889 | |
Sviatoslav Sydorenko | 04f4e64de3 |
|
@ -128,6 +128,7 @@ repos:
|
||||||
- WPS
|
- WPS
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- wemake-python-styleguide ~= 0.17.0
|
- wemake-python-styleguide ~= 0.17.0
|
||||||
|
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/pylint.git
|
- repo: https://github.com/PyCQA/pylint.git
|
||||||
rev: v3.0.3
|
rev: v3.0.3
|
||||||
|
|
|
@ -42,7 +42,7 @@ INPUT_PRINT_HASH="$(get-normalized-input 'print-hash')"
|
||||||
|
|
||||||
PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads disabled::\
|
PASSWORD_DEPRECATION_NUDGE="::error title=Password-based uploads disabled::\
|
||||||
As of 2024, PyPI requires all users to enable Two-Factor \
|
As of 2024, PyPI requires all users to enable Two-Factor \
|
||||||
Authentication. This consequentlys require all users to switch \
|
Authentication. This consequently requires all users to switch \
|
||||||
to either Trusted Publishers (preferred) or API tokens 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 New Issue