Skip to content

Commit

Permalink
release: clean --all helps to make wheels #29
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Apr 12, 2019
1 parent 23a7e13 commit 51bcdd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/release
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ interactive() {
virtualenv $venv
$venv/bin/pip install -U pip setuptools wheel twine
fi
$venv/bin/python setup.py clean --all
$venv/bin/python setup.py sdist

if confirm "Upload to PyPI? Use in special situation, normally CI (Travis) will upload to PyPI. [yN] " ; then
Expand Down

0 comments on commit 51bcdd2

Please sign in to comment.