Skip to content

Commit e819e3d

Browse files
committed
Remove dependencies from Makefile targets
1 parent 75390a2 commit e819e3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ install-package-uploader:
77
install-local-package:
88
$(PIP) install -e .
99

10-
test-package: install-local-package
10+
test-package:
1111
$(INTERPRETER) -m unittest discover -v src/unittest_extensions/tests/
1212

13-
build-package: test-package install-package-builder
13+
build-package:
1414
$(INTERPRETER) -m build
1515

16-
upload-package: build-package install-package-uploader
16+
upload-package:
1717
$(INTERPRETER) -m twine upload --verbose -u '__token__' dist/*
1818

1919
clean:

0 commit comments

Comments
 (0)