Skip to content

Commit

Permalink
m2w 2.5.3
Browse files Browse the repository at this point in the history
m2w 2.5.3
  • Loading branch information
huangwb8 committed Jun 5, 2023
1 parent 46c7d5a commit d3fc59c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
+ 输入"pip install twine"来安装twine工具。 必要时可更新工具包:pip install --upgrade twine setuptools wheel
+ 使用"python setup.py sdist"命令来生成项目的源代码包。 如果要测试该包,可运行类似命令: python setup.py sdist; pip install .\dist\m2w-2.5.2.tar.gz
+ 使用"python setup.py sdist"命令来生成项目的源代码包。 如果要测试该包,可运行类似命令: python setup.py sdist; pip install .\dist\m2w-2.5.3.tar.gz
+ 使用"python setup.py bdist_wheel"命令来生成项目的长描述。
+ 输入"twine upload dist/*"来上传项目的源代码包。
+ 输入"twine upload dist/* --verbose"来上传项目的源代码包。
+ 在上传过程中,你需要输入你在PyPi上注册的用户名和密码。
Expand All @@ -44,7 +44,7 @@
'''

VERSION = "2.5.2"
VERSION = "2.5.3"

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit d3fc59c

Please sign in to comment.