相关文档见 Entry 应用文档
Entry is released under MIT license.
pip install twine # 上传工具
pip install wheel # 打包工具
rm -rf dist/ # 清空以前的构建
python setup.py sdist # 打包源代码
python setup.py bdist_wheel # 构建 wheel
twine upload dist/* # 上传
| Name | Name | Last commit date | ||
|---|---|---|---|---|
相关文档见 Entry 应用文档
Entry is released under MIT license.
pip install twine # 上传工具
pip install wheel # 打包工具
rm -rf dist/ # 清空以前的构建
python setup.py sdist # 打包源代码
python setup.py bdist_wheel # 构建 wheel
twine upload dist/* # 上传