We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d032c commit 4da86aaCopy full SHA for 4da86aa
entrypoint.sh
@@ -42,6 +42,8 @@ python setup.py sdist bdist_wheel
42
43
echo "---------------- PUBLISH PACKAGE ----------------"
44
45
+EXTRA_ARGS=
46
+
47
if [[ -z "${UPLOAD_REPO}" ]]; then
48
EXTRA_ARGS="--repository-url ${UPLOAD_REPO} ${EXTRA_ARGS}"
49
echo "-------- Using repository: ${UPLOAD_REPO}"
@@ -51,7 +53,6 @@ if [[ ${VERIFY_METADATA} != "false" ]] ; then
51
53
twine check dist/*
52
54
fi
55
-EXTRA_ARGS=
56
if [[ ${SKIP_EXISTING} != "false" ]] ; then
57
EXTRA_ARGS=--skip-existing
58
0 commit comments