Skip to content

Commit 9569b10

Browse files
committed
Makefile: pypi target depends on test target
1 parent 28b5a1d commit 9569b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test: _check_venv
6969

7070

7171
.PHONY: pypi
72-
pypi: _check_venv _check_clean_working_copy
72+
pypi: _check_venv _check_clean_working_copy test
7373
$(python) setup.py egg_info sdist bdist_egg upload
7474

7575

0 commit comments

Comments
 (0)