Skip to content

Commit b0dc178

Browse files
committed
Disable pip cache dir with an env var
1 parent bbf6e0b commit b0dc178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
77
ENV PYTHONDONTWRITEBYTECODE 1
88
ENV PYTHONUNBUFFERED 1
99

10+
ENV PIP_NO_CACHE_DIR 1
11+
1012
COPY requirements requirements
1113
RUN \
1214
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \

0 commit comments

Comments
 (0)