From 66f633f14c484d6f82f11d7d2616b194887054fb Mon Sep 17 00:00:00 2001 From: Jrohy Date: Fri, 7 Jun 2019 23:09:33 +0800 Subject: [PATCH] update package --- package.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.bat b/package.bat index be382f8a..2c55735f 100644 --- a/package.bat +++ b/package.bat @@ -1,17 +1,17 @@ @echo off -echo 更新依赖中... +echo update... pip install -U setuptools wheel twine -echo 打包中... +echo package... python setup.py sdist bdist_wheel -echo 上传包... +echo upload... twine upload dist/* -echo 清理打包环境.. +echo clean.. if exist dist ( - rd /s /Q build + rd /s /Q build rd /s /Q dist rd /s /Q v2ray_util.egg-info rd /s /Q v2ray_util\__pycache__ rd /s /Q v2ray_util\util_core\__pycache__ ) -echo 打包完成! +echo finish! pause \ No newline at end of file