Skip to content

Commit

Permalink
print commands before executing them
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 26, 2017
1 parent a80a9b3 commit bb66197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pypi_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo 1
set -e
set -ev
set +x # double-check that x is unset
echo 2
$(which python) setup.py sdist bdist_wheel --universal
Expand Down

0 comments on commit bb66197

Please sign in to comment.