Skip to content

Commit 2ec3574

Browse files
committed
Remove duplicate build during dist
1 parent 7c534a1 commit 2ec3574

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)