Skip to content

Commit 1af3e55

Browse files
committed
When a new version of pip is available, show changes in micropipenv first
1 parent ce5806e commit 1af3e55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_supported_pip.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ sed -i "/_SUPPORTED_PIP_STR/s/<=[^\"]*\"/<=$PIP_VERSION\"/" micropipenv.py
1212
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
1313
echo "New pip available"
1414

15+
# Show the diff first
16+
git --no-pager diff
17+
1518
# Commit the change
1619
git config --global user.email "[email protected]"
1720
git config --global user.name "Lumír Balhar"

0 commit comments

Comments
 (0)