Skip to content

Commit a5f9cf8

Browse files
committed
Upgrade pip in the docker container
Fixes #56
1 parent f91f98d commit a5f9cf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

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

10-
RUN pip install --upgrade --no-cache-dir twine
10+
RUN \
11+
pip install --upgrade --no-cache-dir pip-with-requires-python && \
12+
pip install --upgrade --no-cache-dir twine
1113

1214
WORKDIR /app
1315
COPY LICENSE.md .

0 commit comments

Comments
 (0)