smilelight
1/8/2020 - 1:00 PM

将Python库上传至pypi源的命令

steps for upload the python lib to pypi

python setup.py sdist bdist_wheel
twine upload dist/*