From 235401444c9534e7464d27daa369b2794859fc00 Mon Sep 17 00:00:00 2001 From: PabloLec Date: Fri, 4 Jun 2021 16:54:36 +0200 Subject: [PATCH] Debug default upload repo --- action.yml | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2c310ea..40e1aa7 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: upload_repo: description: Repo to upload to with twine, defaults to main PyPI repo required: false - defaults: https://pypi.org/ + defaults: 'https://pypi.org/' verify_metadata: description: Verify build metadata before publication, defaults to false required: false diff --git a/entrypoint.sh b/entrypoint.sh index 8645fa4..ed7a84d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -42,7 +42,7 @@ python setup.py sdist bdist_wheel echo "---------------- PUBLISH PACKAGE ----------------" -echo "Using repository: ${UPLOAD_REPO}" +echo "-------- Using repository: ${UPLOAD_REPO}" if [[ ${VERIFY_METADATA} != "false" ]] ; then twine check dist/*