Skip to content

Commit

Permalink
Update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Jan 30, 2025
1 parent 2b07fc5 commit 0a6b7df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
python -m pip install --upgrade pip build
- name: Copy README
run: |
cp README.md libs/agno/
cp LICENSE libs/agno/
- name: Build package
run: |
cd libs/agno
Expand Down
4 changes: 2 additions & 2 deletions libs/agno/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "agno"
version = "0.1.7"
description = "Agno: a lightweight framework for building multi-modal Agents"
requires-python = ">=3.7,<4"
readme = "../../README.md"
license = { file = "../../LICENSE" }
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{name = "Ashpreet Bedi", email = "[email protected]"}
]
Expand Down

0 comments on commit 0a6b7df

Please sign in to comment.