Skip to content

Commit ab50aa7

Browse files
henryiiiwebknjaz
andauthored
Update twine-upload.sh
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 176ae50 commit ab50aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twine-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ then
2929
fi
3030

3131
if [[ ${INPUT_CHECK,,} != "false" ]] ; then
32-
exec twine check ${INPUT_PACKAGES_DIR%%/}/*
32+
twine check ${INPUT_PACKAGES_DIR%%/}/*
3333
fi
3434

3535

0 commit comments

Comments
 (0)