Skip to content

Commit 2ff43de

Browse files
address review comments
1 parent cc14242 commit 2ff43de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: 'Checkout GitHub Action'
21-
uses: actions/checkout@main
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := $(shell grep '^version' pyproject.toml | cut -d'"' -f2)
1+
VERSION := $(shell uv run --with hatch hatch version 2>/dev/null)
22
WHEEL := dist/agentevals_cli-$(VERSION)-py3-none-any.whl
33

44
DOCKER_REGISTRY ?= soloio

0 commit comments

Comments
 (0)