Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 193 Bytes

File metadata and controls

15 lines (11 loc) · 193 Bytes

开发环境的搭建

 python -m pip install -U setuptools wheel
 python -m pip install -U twine
python3 setup.py sdist bdist_wheel
python -m twine upload dist/*