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