Skip to content

Commit

Permalink
add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 26, 2017
1 parent 69de24d commit 3d0bbbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/bash
echo 1
set -e
set +x # double-check that x is unset
echo 2
python setup.py sdist bdist_wheel --universal
echo 3
cat > ~/.pypirc << _EOF_
[distutils]
index-servers=
Expand All @@ -18,6 +21,7 @@ repository = https://upload.pypi.org/legacy/
username = ${TWINE_USERNAME}
password = ${TWINE_PASSWORD}
_EOF_
echo 4
twine upload -r ${TWINE_REPOSITORY} dist/*

# reset ownership so that we can stop using sudo
Expand Down

0 comments on commit 3d0bbbc

Please sign in to comment.