python setup.py check
python3 setup.py sdist build
twine upload dist/*
twine 提示输入 pypi 账号和密码,上传成功否就能在自己的pypi账号中看到了。
但是并不是马上就能使用 pip 安装了。需要等待一段时间。