Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 207 Bytes

Operation.md

File metadata and controls

14 lines (12 loc) · 207 Bytes

操作方法

打包tag上传到github

export new_tag=v1.1.5
git tag $new_tag
git push origin $new_tag

上传到pypi

python3 setup.py sdist bdist_wheel
twine upload dist/*