Skip to content

Commit

Permalink
Use wheels over newer sdists in pip install twine
Browse files Browse the repository at this point in the history
Fixes #50
Fixes #51
  • Loading branch information
webknjaz committed Feb 8, 2021
1 parent a5f9cf8 commit 9f41657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1

RUN \
pip install --upgrade --no-cache-dir pip-with-requires-python && \
pip install --upgrade --no-cache-dir twine
pip install --upgrade --no-cache-dir --prefer-binary twine

WORKDIR /app
COPY LICENSE.md .
Expand Down

0 comments on commit 9f41657

Please sign in to comment.