Skip to content

Commit

Permalink
Update dependency pip to v24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 39927a3 commit 29ba73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-dist/action.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -euo pipefail

echo "Ensuring pip is up to date"
python -m pip install --upgrade pip==24.2
python -m pip install --upgrade pip==24.3
echo "Installing the latest version of pypa/build"
pip install build==1.2.2.post1

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/verify-wheel/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WHEEL_LOCATION=$2
SCRIPT_COMMAND=$3

echo "Ensuring pip is up to date"
python -m pip install --upgrade pip==24.2
python -m pip install --upgrade pip==24.3

APP_DIR=$(pwd)

Expand Down

0 comments on commit 29ba73f

Please sign in to comment.