Skip to content

Commit

Permalink
Changed setup run to use python binary
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua.logan committed Feb 19, 2018
1 parent 2cb741f commit beadc8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
echo "Generating docs"
./setup.py build_sphinx
python setup.py build_sphinx
echo "Creating sdist"
./setup.py sdist --formats=bztar
python setup.py sdist --formats=bztar
echo "Creating wheel package"
./setup.py bdist_wheel
python setup.py bdist_wheel
echo "Uploading via twine"
twine upload dist/*

0 comments on commit beadc8b

Please sign in to comment.