Skip to content

Commit 9689455

Browse files
authored
Merge pull request #36 from python-project-templates/tkp/dupebuild
Remove duplicate build during dist
2 parents 7c534a1 + 2ec3574 commit 9689455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Makefile.jinja

+1-1
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)