
### 打包命令

 python3 -m build --sdist

### 本地安装

pip3 install dist/xxxx

### 上传

> 配置 ~/.pypirc

twine upload dist/*

已废弃 ``python3 setup.py sdist upload``
