Skip to content

Commit 4da86aa

Browse files
committed
Debug repo selection
1 parent c9d032c commit 4da86aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ python setup.py sdist bdist_wheel
4242

4343
echo "---------------- PUBLISH PACKAGE ----------------"
4444

45+
EXTRA_ARGS=
46+
4547
if [[ -z "${UPLOAD_REPO}" ]]; then
4648
EXTRA_ARGS="--repository-url ${UPLOAD_REPO} ${EXTRA_ARGS}"
4749
echo "-------- Using repository: ${UPLOAD_REPO}"
@@ -51,7 +53,6 @@ if [[ ${VERIFY_METADATA} != "false" ]] ; then
5153
twine check dist/*
5254
fi
5355

54-
EXTRA_ARGS=
5556
if [[ ${SKIP_EXISTING} != "false" ]] ; then
5657
EXTRA_ARGS=--skip-existing
5758
fi

0 commit comments

Comments
 (0)