We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a54762 + 14525ea commit 2d21bf2Copy full SHA for 2d21bf2
Makefile
@@ -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