diff --git a/burp_reports/VERSION b/burp_reports/VERSION index db6fb4a..444572e 100644 --- a/burp_reports/VERSION +++ b/burp_reports/VERSION @@ -1 +1 @@ -1.2.8 +1.2.8.1 diff --git a/upload.sh b/upload.sh index 8c4a9f7..dbf5f72 100755 --- a/upload.sh +++ b/upload.sh @@ -3,6 +3,10 @@ # for future simplicity evaluate flit sudo python3 -m pip install wheel twine rm -r dist/* +rm -r .tox +rm -r .cache +rm -r __pycache__ +rm .coverage python3 setup.py sdist | grep defaults python3 setup.py bdist_wheel | grep defaults twine upload dist/*