Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Jun 7, 2019
1 parent 6ff2b19 commit 66f633f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 66f633f

Please sign in to comment.