Skip to content

jiangxiaoqiang/rdpywheel

Repository files navigation

pywheel

Python项目的公共代码。

./scripts/publish.sh

安装

将发布到本地到包安装:

# 本地安装此库,将包发布到本地
/usr/local/bin/python3.10 setup.py install

安装本地库:

# 本地安装此库,将包发布到本地
# 打包
/usr/local/bin/python3.10 setup.py sdist bdist_wheel
# 上传
twine upload dist/*  --skip-existing          

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published