Skip to content

Commit 67ea4a3

Browse files
committed
Added a 'clean' target to remove things made while publishing to PyPI
1 parent f8dbee0 commit 67ea4a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ pypi_upload:
55
rm -rf dist
66
python setup.py sdist bdist_wheel
77
twine upload dist/*
8+
9+
clean:
10+
rm -rf build dist

0 commit comments

Comments
 (0)