Skip to content

Commit 0f7e6e2

Browse files
committed
add 'wheel' make target
1 parent a3c8435 commit 0f7e6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ offline:
2020
dist: FORCE
2121
$(PYTHON) -m build --sdist
2222

23+
wheel:
24+
$(PYTHON) -m maturin build -r
25+
2326
test: .PHONY
2427
tox -e py310
2528
cargo nextest run

0 commit comments

Comments
 (0)