Skip to content

Commit 961a336

Browse files
committed
fix build script error
1 parent 507524b commit 961a336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A small bit of automation for various steps in building + releasing dtrx
22

3-
DTRX_TAGNAME=$(shell python -c 'from dtrx import dtrx; print(dtrx.VERSION)')
3+
DTRX_TAGNAME=$(shell uv version --short)
44

55
# require make 4.3+ for grouped targets
66
MINIMUM_MAKE_VERSION = 4.3

0 commit comments

Comments
 (0)