File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v3
2323 - name : Get version defined
2424 id : version
25- run : echo "version=$(cat ./agenticmesh/VERSION | awk -F'"' '{print $(NF-1)}')" >> $GITHUB_OUTPUT
25+ run : echo "version=$(cat ./pyproject.toml | grep version | awk -F'"' '{print $(NF-1)}')" >> $GITHUB_OUTPUT
2626
2727 - name : Bump version and push tag
2828 id : tag_version
5353 - name : Install dependencies and build for pyagentmesh
5454 run : |
5555 sed -i 's/name = "agenticmesh"/name = "pyagentmesh"/' pyproject.toml
56- sed -i 's/agenticmesh/ pyagentmesh/' setup.py
56+ sed -i 's/name=" agenticmesh"/name=" pyagentmesh" /' setup.py
5757 python -m build --sdist --wheel --outdir dist/ .
5858
5959 - name : Publish distribution to PyPI
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " agenticmesh"
3- version = " 0.0.4 "
3+ version = " 0.0.5 "
44description = " Orchestration Framework for Multi-Agent and Micro-Agent"
55authors = [
" eric-epsilla <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments