Skip to content

Commit 4a167fe

Browse files
committed
[build] Upgrade setuptools in release-test static job
1 parent fb85348 commit 4a167fe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
cache: 'pip'
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
21+
# setuptools is upgraded because the toolcache copy periodically lags
22+
# security fixes (e.g. PYSEC-2026-3447) and would fail the audit below.
23+
python -m pip install --upgrade pip setuptools
2224
pip install build twine pip-audit
2325
- name: Version consistency check
2426
run: |

0 commit comments

Comments
 (0)