Skip to content

Commit

Permalink
Wipe build directory before running setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed Aug 14, 2017
1 parent 90c87c7 commit f926be7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ shell:
python example/manage.py shell

ship:
rm -rf build/
python setup.py sdist bdist_wheel
twine upload dist/* --skip-existing
# twine upload dist/* --skip-existing

test:
flake8 calaccess_processed
Expand Down

0 comments on commit f926be7

Please sign in to comment.