Skip to content

Commit 2354014

Browse files
committed
Debug default upload repo
1 parent 159334b commit 2354014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
upload_repo:
1919
description: Repo to upload to with twine, defaults to main PyPI repo
2020
required: false
21-
defaults: https://pypi.org/
21+
defaults: 'https://pypi.org/'
2222
verify_metadata:
2323
description: Verify build metadata before publication, defaults to false
2424
required: false

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python setup.py sdist bdist_wheel
4242

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

45-
echo "Using repository: ${UPLOAD_REPO}"
45+
echo "-------- Using repository: ${UPLOAD_REPO}"
4646

4747
if [[ ${VERIFY_METADATA} != "false" ]] ; then
4848
twine check dist/*

0 commit comments

Comments
 (0)