Skip to content

Commit

Permalink
Debug default upload repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec committed Jun 4, 2021
1 parent 159334b commit 2354014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 2354014

Please sign in to comment.