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.
1 parent 72c43ab commit 495a408Copy full SHA for 495a408
Makefile
@@ -59,7 +59,7 @@ increase-version: guard-PART ## Increase project version
59
@bump2version $(PART)
60
@git switch -c main
61
62
-dist: clean ## builds source and wheel package
+dist: ## builds source and wheel package
63
@pip install build twine
64
@python -m build
65
0 commit comments