Skip to content

Commit 33ceb74

Browse files
committed
update package path
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
1 parent 7c66cd0 commit 33ceb74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-evaluator-sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v6
2525

26+
# Repo root cwd: uv build puts artifacts in ./dist; uv publish looks for dist/* relative to cwd.
2627
- name: 'Release Python Packages'
27-
working-directory: packages/evaluator-sdk-py
2828
env:
2929
TAG_OR_VERSION: ${{ github.event.inputs.tag || github.ref_name }}
3030
run: |
@@ -37,8 +37,8 @@ jobs:
3737
echo "Expected PEP 440 version (e.g. 0.1.0) or tag evaluator-sdk-v0.1.0; got: $REF"
3838
exit 1
3939
fi
40-
uv sync --all-extras
40+
uv sync --package agentevals-evaluator-sdk --all-extras
4141
uv version "$VERSION" --package agentevals-evaluator-sdk
4242
4343
uv build --package agentevals-evaluator-sdk
44-
uv publish --token ${{ secrets.PYPI_TOKEN }}
44+
uv publish dist/* --token ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)