Skip to content

Commit 5f4420b

Browse files
committed
fix the missing }
Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
1 parent 5b42b30 commit 5f4420b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uv version $VERSION --package agentevals-evaluator-sdk
3838
3939
uv build --package agentevals-evaluator-sdk
40-
uv publish --token ${{ secrets.PYPI_TOKEN }
40+
uv publish --token ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)