shuohigh@gmail.com d7ec03f0f6 Merge remote-tracking branch 'origin/feature/modal-cluster' into feature/modal-cluster
# Conflicts:
#	src/BowongModalFunctions/api.py
#	src/BowongModalFunctions/utils/SentryUtils.py
#	src/cluster/ffmpeg_app.py
2025-05-16 18:00:14 +08:00
2025-05-16 17:57:37 +08:00
2025-05-16 17:57:37 +08:00
2025-05-15 15:20:25 +08:00
2025-05-15 15:53:37 +08:00
2025-05-16 17:57:37 +08:00
2025-05-16 17:57:37 +08:00

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
Description
No description provided
Readme 9 MiB
Languages
Python 99.5%
Shell 0.4%