We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f7049 commit 7866306Copy full SHA for 7866306
Makefile
@@ -1,5 +1,8 @@
1
-dist:
+dist: clean
2
python setup.py sdist bdist_wheel
3
twine upload dist/*
4
5
.PHONY: dist
6
+
7
+clean:
8
+ rm -rf dist
0 commit comments