Go to file
shuohigh@gmail.com 685cd2af52 添加webhook回调处理装饰器 2025-05-16 18:02:32 +08:00
.idea 添加webhook回调处理装饰器 2025-05-16 17:57:37 +08:00
cmd 添加webhook回调处理装饰器 2025-05-16 17:57:37 +08:00
src Merge remote-tracking branch 'origin/feature/modal-cluster' into feature/modal-cluster 2025-05-16 18:00:14 +08:00
.gitignore 添加webhook回调处理装饰器 2025-05-16 18:02:32 +08:00
.python-version Modal worker统一python代码框架 2025-04-29 18:43:58 +08:00
.runtime.env 新增API 2025-05-15 15:53:37 +08:00
README.md 添加webhook回调处理装饰器 2025-05-16 17:57:37 +08:00
pyproject.toml 添加webhook回调处理装饰器 2025-05-16 17:57:37 +08:00
uv.lock 添加webhook回调处理装饰器 2025-05-16 17:57:37 +08:00

README.md

Modal

部署

modal deploy -m cluster.app 

Pip

构建

确保当前路径在bowong_modal_functions/pyproject.toml同级下运行以下命令

uv build

推送到coding私有制品库

依据制品库 创建本地使用的.pypirc配置文件 其中包含访问密钥,严禁提交到代码库

py -m twine upload --config-file=.pypirc --repository=coding-pypi dist/* 

安装

 uv pip install bowong-modal-functions --index-url=https://<用户名>:<密钥>@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple