将package整理成如下形式
1 | /example_pkg |
编辑setup.py
注意每次更新要更新版本号。
生成distribution archives
1 | python setup.py sdist bdist_wheel |
上传distribution archives
1 | twine upload dist/* |
或者
1 | python -m twine upload dist/* |
1 | /example_pkg |
注意每次更新要更新版本号。
1 | python setup.py sdist bdist_wheel |
1 | twine upload dist/* |
或者
1 | python -m twine upload dist/* |
微信支付