Изменено сообщение подтверждения загрузки проекта на Pypi

This commit is contained in:
Ilia Miheev
2025-11-10 20:38:56 +03:00
committed by GitHub
parent b480ed5803
commit 75761450e5
+1 -1
View File
@@ -41,7 +41,7 @@ def uploadi():
if args.t: if args.t:
command = 'twine upload --repository-url https://test.pypi.org/legacy/ dist/*' command = 'twine upload --repository-url https://test.pypi.org/legacy/ dist/*'
else: else:
ask = input('Вы уверены, что хотите выгрузить на PyPI? (y/n): ') ask = input('Вы уверены, что хотите выгрузить проект на PyPI? (y/n): ')
if ask.lower() != 'y': if ask.lower() != 'y':
print('Выгрузка отменена.') print('Выгрузка отменена.')
return return