Skip to content

Commit

Permalink
Merge pull request #36 from python-project-templates/tkp/dupebuild
Browse files Browse the repository at this point in the history
Remove duplicate build during dist
  • Loading branch information
timkpaine authored Jan 26, 2025
2 parents 7c534a1 + 2ec3574 commit 9689455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dist-build: # build python dists
dist-check: ## run python dist checker with twine
python -m twine check dist/*

dist: clean build dist-build dist-check ## build all dists
dist: clean dist-build dist-check ## build all dists

publish: dist # publish python assets

Expand Down

0 comments on commit 9689455

Please sign in to comment.