We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf6e0b commit b0dc178Copy full SHA for b0dc178
Dockerfile
@@ -7,6 +7,8 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
7
ENV PYTHONDONTWRITEBYTECODE 1
8
ENV PYTHONUNBUFFERED 1
9
10
+ENV PIP_NO_CACHE_DIR 1
11
+
12
COPY requirements requirements
13
RUN \
14
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
0 commit comments