Skip to content

Commit

Permalink
updated version to updated to pypi a smaller piece of code
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodav committed Sep 26, 2017
1 parent 35ae1e3 commit 1df554f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion burp_reports/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.8
1.2.8.1
4 changes: 4 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 1df554f

Please sign in to comment.