Skip to content

Commit d4fabb5

Browse files
ci: upgrade pip before release audit
1 parent 29067e7 commit d4fabb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.11"
2222

2323
- name: Install release gate
24-
run: python -m pip install --upgrade "setuptools>=83" build twine pip-audit ".[test]"
24+
run: python -m pip install --upgrade "pip>=26.1.2" "setuptools>=83" build twine pip-audit ".[test]"
2525

2626
- name: Require tag and package version to match
2727
if: github.event_name == 'push'

0 commit comments

Comments
 (0)