We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9e164 commit a550f03Copy full SHA for a550f03
scripts/upload-pypi.sh
@@ -5,7 +5,7 @@ set -u
5
6
export UPLOAD_STAGING=
7
8
-if [ "${TRAVIS_PULL_REQUEST}" != "" ]; then
+if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then
9
echo 'Using staging pypi upload for PR'
10
export UPLOAD_STAGING='yes'
11
fi
0 commit comments