Skip to content

Commit

Permalink
Add clearing step to pypi in the makefile (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg authored Nov 26, 2021
1 parent 4747262 commit c0800a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ RED=\033[0;31m
CYAN=\033[0;36m
NC=\033[0m # No Color

pypi-test:
clear-dist:
rm -rf autocrop.egg-info build dist

pypi-test: clear-dist
python setup.py sdist
twine upload dist/* -r testpypi

Expand Down

0 comments on commit c0800a8

Please sign in to comment.