Skip to content

Commit 9f41657

Browse files
committed
Use wheels over newer sdists in pip install twine
Fixes #50 Fixes #51
1 parent a5f9cf8 commit 9f41657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
99

1010
RUN \
1111
pip install --upgrade --no-cache-dir pip-with-requires-python && \
12-
pip install --upgrade --no-cache-dir twine
12+
pip install --upgrade --no-cache-dir --prefer-binary twine
1313

1414
WORKDIR /app
1515
COPY LICENSE.md .

0 commit comments

Comments
 (0)