Skip to content

Commit

Permalink
make pypi release: cleanup build before making new release
Browse files Browse the repository at this point in the history
  • Loading branch information
amietn committed Jul 19, 2018
1 parent da60703 commit b497ae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make_pypi_release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

rm -rf vcsi.egg-info
rm -rf build
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit b497ae2

Please sign in to comment.