local ifctester wheel build

This commit is contained in:
Sayan Jyoti Das
2026-03-18 10:29:09 +05:30
parent 845a13ba83
commit 47f058341b
5 changed files with 57 additions and 13 deletions
+1
View File
@@ -28,6 +28,7 @@ dist:
mkdir -p dist
cp -r $(PACKAGE_NAME) build/
cp pyproject.toml build/
if [ -f README.md ]; then cp README.md build/; fi
ifeq ($(IS_STABLE), TRUE)
$(SED) 's/version = "0.0.0"/version = "$(VERSION)"/' build/pyproject.toml
ifdef IS_MODULE