Skip to content

Commit 0a6b7df

Browse files
committed
Update release action
1 parent 2b07fc5 commit 0a6b7df

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip build
2727
28+
- name: Copy README
29+
run: |
30+
cp README.md libs/agno/
31+
cp LICENSE libs/agno/
32+
2833
- name: Build package
2934
run: |
3035
cd libs/agno

libs/agno/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "agno"
33
version = "0.1.7"
44
description = "Agno: a lightweight framework for building multi-modal Agents"
55
requires-python = ">=3.7,<4"
6-
readme = "../../README.md"
7-
license = { file = "../../LICENSE" }
6+
readme = "README.md"
7+
license = { file = "LICENSE" }
88
authors = [
99
{name = "Ashpreet Bedi", email = "[email protected]"}
1010
]

0 commit comments

Comments
 (0)