Skip to content

Commit 635b5f9

Browse files
committed
触发 hf deploy
1 parent 9c3ec29 commit 635b5f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-to-hf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
# 复制必要文件到部署目录
3838
cp examples/app.py /tmp/hf-deploy/app.py
3939
cp requirements.txt /tmp/hf-deploy/
40+
cp pyproject.toml /tmp/hf-deploy/
4041
cp -r src /tmp/hf-deploy/
4142
4243
cp LICENSE /tmp/hf-deploy/ || echo "LICENSE not found, skipping"

0 commit comments

Comments
 (0)