Skip to content

Commit c0800a8

Browse files
authored
Add clearing step to pypi in the makefile (#146)
1 parent 4747262 commit c0800a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ RED=\033[0;31m
44
CYAN=\033[0;36m
55
NC=\033[0m # No Color
66

7-
pypi-test:
7+
clear-dist:
8+
rm -rf autocrop.egg-info build dist
9+
10+
pypi-test: clear-dist
811
python setup.py sdist
912
twine upload dist/* -r testpypi
1013

0 commit comments

Comments
 (0)