Skip to content

Commit

Permalink
When a new version of pip is available, show changes in micropipenv f…
Browse files Browse the repository at this point in the history
…irst
  • Loading branch information
frenzymadness committed Oct 30, 2024
1 parent ce5806e commit 7a60382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_supported_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ sed -i "/_SUPPORTED_PIP_STR/s/<=[^\"]*\"/<=$PIP_VERSION\"/" micropipenv.py
if [[ -n $(git status --porcelain --untracked-files=no) ]]; then
echo "New pip available"

# Show the diff first
git --no-pager diff

# Commit the change
git config --global user.email "[email protected]"
git config --global user.name "Lumír Balhar"
Expand Down

0 comments on commit 7a60382

Please sign in to comment.