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