From d39c76d56d0273349f8c07f8a7cfad89d971a79c Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Sat, 17 May 2025 17:49:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B0=D0=B9=D0=BB=20uploadProject.py=20?= =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=B8=D0=B7=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D1=82=D0=B0=20=D0=B8=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=B2=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uploadProject.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 uploadProject.py diff --git a/uploadProject.py b/uploadProject.py deleted file mode 100644 index 6d137ba..0000000 --- a/uploadProject.py +++ /dev/null @@ -1,5 +0,0 @@ -from os import system - -system('python setup.py sdist bdist_wheel') -system('twine upload dist/*') -system('rmdir /s /q build dist ipars.egg-info')