We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b69a8c commit bbf6e0bCopy full SHA for bbf6e0b
1 file changed
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