Python 源代码代码打包成 whl 文件

1.检查

python setup.py check

2.打包

python setup.py sdist bdist_wheel || true

猜你喜欢

转载自www.cnblogs.com/wangjq19920210/p/10880201.html