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 f8dbee0 commit 67ea4a3Copy full SHA for 67ea4a3
Makefile
@@ -5,3 +5,6 @@ pypi_upload:
5
rm -rf dist
6
python setup.py sdist bdist_wheel
7
twine upload dist/*
8
+
9
+clean:
10
+ rm -rf build dist
0 commit comments