We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c534a1 commit 2ec3574Copy full SHA for 2ec3574
python/Makefile.jinja
@@ -86,7 +86,7 @@ dist-build: # build python dists
86
dist-check: ## run python dist checker with twine
87
python -m twine check dist/*
88
89
-dist: clean build dist-build dist-check ## build all dists
+dist: clean dist-build dist-check ## build all dists
90
91
publish: dist # publish python assets
92
0 commit comments