From 9d6c3f1c580176e4ca882375ed5387bd7ca807e1 Mon Sep 17 00:00:00 2001 From: Ilia Miheev Date: Sat, 17 May 2025 16:46:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B0=D0=BB=D0=B5=D0=BD=D1=8C=D0=BA?= =?UTF-8?q?=D0=B8=D0=B9=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B1?= =?UTF-8?q?=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- up.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 up.py diff --git a/up.py b/up.py new file mode 100644 index 0000000..f3a34ee --- /dev/null +++ b/up.py @@ -0,0 +1,5 @@ +from os import system + +system('rmdir /s /q build dist ipars.egg-info') +system('python setup.py sdist bdist_wheel') +system('twine upload dist/*')