Skip to content

Commit 3d55e5a

Browse files
author
root
committed
fix an error with the Makefile
1 parent d442b34 commit 3d55e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ build-debug: clean
9595

9696
# Install dependencies
9797
install: build
98-
$(PYTHON) -m pip install dist/python_newtype-0.1.0-*.whl
98+
$(PYTHON) -m pip install dist/python_newtype-0.1.*-*.whl
9999

100100
# Run all tests
101101
test:

0 commit comments

Comments
 (0)