1 parent fb85348 commit 4a167feCopy full SHA for 4a167fe
1 file changed
.github/workflows/release-test.yml
@@ -18,7 +18,9 @@ jobs:
18
cache: 'pip'
19
- name: Install dependencies
20
run: |
21
- python -m pip install --upgrade pip
+ # 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
24
pip install build twine pip-audit
25
- name: Version consistency check
26
0 commit comments