Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pip to v24.3 (main) #751

Merged
merged 1 commit into from
Oct 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -4,7 +4,7 @@ MODULE_NAME=$1
WHEEL_LOCATION=$2

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