We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c534a1 + 2ec3574 commit 9689455Copy full SHA for 9689455
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