Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sgzh committed Jul 28, 2018
1 parent 9317e49 commit d5b1f25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/开发测试.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
修改setup.py版本号
python setup.py register
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requirements = [l for l in f.read().splitlines() if l]

setup(name="deper", # 项目名
version="0.0.1", # 版本号
version="0.0.6", # 版本号
description="项目部署工具", #简介
long_description=long_description, # 长简介 这里使用的 readme 内容
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d5b1f25

Please sign in to comment.