We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f80e commit 703cb9cCopy full SHA for 703cb9c
Makefile
@@ -1,5 +1,5 @@
1
-UTIL_VERSION := $(shell grep -Po 'version\s*=\s*"\K[\w.]+' pyproject.toml)
2
-UTIL_NAME := $(shell grep -Po 'name\s*=\s*"\K(\w.)+' pyproject.toml)
+UTIL_VERSION := $(shell grep -Po 'version\s*=\s*"\K[\d.]+' pyproject.toml)
+UTIL_NAME := $(shell grep -Po 'name\s*=\s*"\K\w+' pyproject.toml)
3
PWD := $(shell pwd)
4
5
USER_UID ?= $(shell id --user)
0 commit comments