Skip to content

Commit d2498aa

Browse files
committed
fix deploy bug and add license to toml
1 parent 30a8061 commit d2498aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-tag-to-pypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish Tag to PyPI
22

3-
on: push
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.2.2"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
7+
license = { file = "LICENSE" }
78
authors = [
89
{name = "Yaozheng Fang", email = "[email protected]"},
910
{name = "Guodong Li", email = "[email protected]"},

0 commit comments

Comments
 (0)