Skip to content

Commit c5624fe

Browse files
authored
release: remove pip cache usage (#1025)
1 parent 29c98ea commit c5624fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2323
with:
24+
# NOTE: We intentionally don't use a cache in the release step,
25+
# to reduce the risk of cache poisoning.
2426
python-version: "3.x"
25-
cache: "pip"
26-
cache-dependency-path: pyproject.toml
2727

2828
- name: deps
2929
run: python -m pip install -U build

0 commit comments

Comments
 (0)