Skip to content

Commit 070eb4b

Browse files
committed
MAINT: Before make dist, only clean the build artefacts
The was breaking the CI release workflow because when `make build` is run, coverage is not installed, yet the `clean-test` target used `coverage erase`.
1 parent 191c7b5 commit 070eb4b

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
@@ -103,7 +103,7 @@ release-minor:
103103
release-patch:
104104
@$(PYTHON) ./tools/release-checklist.py patch
105105

106-
dist: clean
106+
dist: clean-build
107107
$(PYTHON) -m build
108108
ls -l dist
109109

0 commit comments

Comments
 (0)