mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-21 16:11:01 -05:00
Disable pip cache dir with an env var
This commit is contained in:
parent
bbf6e0b2f0
commit
b0dc178d8e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
|
ENV PIP_NO_CACHE_DIR 1
|
||||||
|
|
||||||
COPY requirements requirements
|
COPY requirements requirements
|
||||||
RUN \
|
RUN \
|
||||||
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
|
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
|
||||||
|
|
Loading…
Reference in a new issue