Skip to content

Commit

Permalink
Remove double build during dist
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jan 13, 2025
1 parent 6a54762 commit 14525ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 14525ea

Please sign in to comment.