We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176ae50 commit ab50aa7Copy full SHA for ab50aa7
twine-upload.sh
@@ -29,7 +29,7 @@ then
29
fi
30
31
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
32
- exec twine check ${INPUT_PACKAGES_DIR%%/}/*
+ twine check ${INPUT_PACKAGES_DIR%%/}/*
33
34
35
0 commit comments