Skip to content

Commit 39ffec6

Browse files
committed
fix it
Signed-off-by: Eric <[email protected]>
1 parent 4cb5ab9 commit 39ffec6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Get version defined
2424
id: version
25-
run: echo "::set-output name=version::$(cat ./pyagentmesh/VERSION |awk -F'"' '{print $(NF-1)}')"
25+
run: echo "version=$(cat ./pyagentmesh/VERSION | awk -F'"' '{print $(NF-1)}')" >> $GITHUB_OUTPUT
2626

2727
- name: Bump version and push tag
2828
id: tag_version

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "pyagentmesh"
33
version = "0.0.1"
44
description = "Orchestration Framework for Multi-Agent and Micro-Agent"
55
authors = ["eric-epsilla <[email protected]>"]
6+
readme = "README.md"
7+
long_description_content_type = "text/markdown"
68

79
[tool.poetry.dependencies]
810
python = "^3.10"

0 commit comments

Comments
 (0)