Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit a3aadac

Browse files
authored
add make build command (#76)
1 parent 6f2dde4 commit a3aadac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: deps_table_update modified_only_fixup extra_style_checks quality style fixup fix-copies test test-examples
1+
.PHONY: deps_table_update modified_only_fixup extra_style_checks quality style fixup fix-copies test test-examples build
22

33
# make sure to test the local checkout in scripts and not the pre-installed one (don't use quotes!)
44
export PYTHONPATH = src
@@ -110,3 +110,8 @@ post-release:
110110

111111
post-patch:
112112
python utils/release.py --post_release --patch
113+
114+
# neuralmagic: creates wheel file
115+
build:
116+
python3 setup.py sdist bdist_wheel
117+

0 commit comments

Comments
 (0)