Use wheels over newer sdists in pip install twine

Fixes #50
Fixes #51
This commit is contained in:
Sviatoslav Sydorenko 2021-02-08 18:12:27 +01:00
parent a5f9cf8db0
commit 9f41657646
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -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 .