Skip to content

Commit

Permalink
Debug repo selection
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec committed Jun 4, 2021
1 parent c9d032c commit 4da86aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ python setup.py sdist bdist_wheel

echo "---------------- PUBLISH PACKAGE ----------------"

EXTRA_ARGS=

if [[ -z "${UPLOAD_REPO}" ]]; then
EXTRA_ARGS="--repository-url ${UPLOAD_REPO} ${EXTRA_ARGS}"
echo "-------- Using repository: ${UPLOAD_REPO}"
Expand All @@ -51,7 +53,6 @@ if [[ ${VERIFY_METADATA} != "false" ]] ; then
twine check dist/*
fi

EXTRA_ARGS=
if [[ ${SKIP_EXISTING} != "false" ]] ; then
EXTRA_ARGS=--skip-existing
fi
Expand Down

0 comments on commit 4da86aa

Please sign in to comment.