We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$DEBUG
1 parent e56e821 commit e71a4a4Copy full SHA for e71a4a4
twine-upload.sh
@@ -1,5 +1,10 @@
1
#! /bin/bash
2
3
+if [[ -n "${DEBUG}" ]]
4
+then
5
+ set -x
6
+fi
7
+
8
set -Eeuo pipefail
9
10
0 commit comments