Skip to content

Commit bbdd3d2

Browse files
committed
Update package
1 parent 0454787 commit bbdd3d2

12 files changed

Lines changed: 107 additions & 10 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.7.6"
38+
version: "0.9.7"
3939
enable-cache: true
4040

4141
- name: "Set up Python"

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
2323
with:
2424
# Install a specific version of uv.
25-
version: "0.7.6"
25+
version: "0.9.7"
2626
enable-cache: true
2727

2828
- name: "Set up Python"
@@ -32,17 +32,17 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
cd aieng-topic-impl
35+
cd aieng-eval-agents
3636
uv venv .venv
3737
source .venv/bin/activate
3838
uv sync --all-extras --dev
3939
4040
- name: Build package
41-
run: cd aieng-topic-impl && source .venv/bin/activate && uv build
41+
run: cd aieng-eval-agents && source .venv/bin/activate && uv build
4242

4343
- name: Publish package
4444
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
4545
with:
4646
user: __token__
4747
password: ${{ secrets.PYPI_API_TOKEN }}
48-
packages-dir: aieng-topic-impl/dist/
48+
packages-dir: aieng-eval-agents/dist/

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
4444
with:
4545
# Install a specific version of uv.
46-
version: "0.7.6"
46+
version: "0.9.7"
4747
enable-cache: true
4848

4949
- name: "Set up Python"
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Install dependencies and check code
5555
run: |
56-
cd aieng-topic-impl
56+
cd aieng-eval-agents
5757
uv venv .venv
5858
source .venv/bin/activate
5959
uv sync --all-extras --dev

aieng-eval-agents/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## aieng-eval-agents
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ dev = [
1717
]
1818

1919
[project]
20-
name = "aieng-topic-impl"
20+
name = "aieng-eval-agents"
2121
version = "0.1.0"
22-
description = "AI Engineering example implementation"
22+
description = "Agentic AI Evaluation reference implementation from Vector Institute AI Engineering"
2323
authors = [{name = "Vector AI Engineering", email = "ai_engineering@vectorinstitute.ai"}]
2424
requires-python = ">=3.11,<4.0"
2525
readme = "README.md"

aieng-topic-impl/tests/aieng/topic/impl/test_example_impl.py renamed to aieng-eval-agents/tests/aieng/topic/impl/test_example_impl.py

File renamed without changes.

aieng-topic-impl/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)