Skip to content

Commit 2d21bf2

Browse files
authored
Merge pull request #22 from python-project-templates/tkp/clean
Remove double build during dist
2 parents 6a54762 + 14525ea commit 2d21bf2

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
@@ -86,7 +86,7 @@ dist-build: # build python dists
8686
dist-check: ## run python dist checker with twine
8787
python -m twine check dist/*
8888

89-
dist: clean build dist-build dist-check ## build all dists
89+
dist: clean dist-build dist-check ## build all dists
9090

9191
publish: dist # publish python assets
9292

0 commit comments

Comments
 (0)