We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507524b commit 961a336Copy full SHA for 961a336
Makefile
@@ -1,6 +1,6 @@
1
# A small bit of automation for various steps in building + releasing dtrx
2
3
-DTRX_TAGNAME=$(shell python -c 'from dtrx import dtrx; print(dtrx.VERSION)')
+DTRX_TAGNAME=$(shell uv version --short)
4
5
# require make 4.3+ for grouped targets
6
MINIMUM_MAKE_VERSION = 4.3
0 commit comments