Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow toggling verbose mode in twine #39

Merged
merged 1 commit into from
Sep 25, 2020
Merged

Conversation

sub-mod
Copy link
Contributor

@sub-mod sub-mod commented Sep 15, 2020

Kindly add verbose option because it is useful when things fail.
pypa/twine#692 (comment)

twine-upload.sh Outdated Show resolved Hide resolved
@webknjaz webknjaz added the enhancement New feature or request label Sep 16, 2020
@webknjaz webknjaz changed the title Add verbose Allow toggling verbose mode in twine Sep 16, 2020
twine-upload.sh Outdated Show resolved Hide resolved
@webknjaz
Copy link
Member

Also, please, post some job example using your commit.

Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -40,6 +40,9 @@ if [[ ${INPUT_SKIP_EXISTING,,} != "false" ]] ; then
TWINE_EXTRA_ARGS=--skip-existing
fi

if [[ ${VERBOSE,,} != "false" ]] ; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently, this introduced a bug: #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants