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 f91f98d commit a5f9cf8Copy full SHA for a5f9cf8
Dockerfile
@@ -7,7 +7,9 @@ LABEL "homepage" "https://github.com/pypa/gh-action-pypi-publish"
7
ENV PYTHONDONTWRITEBYTECODE 1
8
ENV PYTHONUNBUFFERED 1
9
10
-RUN pip install --upgrade --no-cache-dir twine
+RUN \
11
+ pip install --upgrade --no-cache-dir pip-with-requires-python && \
12
+ pip install --upgrade --no-cache-dir twine
13
14
WORKDIR /app
15
COPY LICENSE.md .
0 commit comments