Skip to content

Commit bbf6e0b

Browse files
committed
Copy requirements to corresponding dir @ container
This corrects the mistake of setting wrong target directory made earlier in c54db9c.
1 parent 0b69a8c commit bbf6e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

10-
COPY requirements .
10+
COPY requirements requirements
1111
RUN \
1212
PIP_CONSTRAINT=requirements/runtime-prerequisites.txt \
1313
pip install --upgrade --no-cache-dir \

0 commit comments

Comments
 (0)