mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-12-28 01:44:47 -05:00
parent
a5f9cf8db0
commit
9f41657646
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
pip install --upgrade --no-cache-dir pip-with-requires-python && \
|
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
|
WORKDIR /app
|
||||||
COPY LICENSE.md .
|
COPY LICENSE.md .
|
||||||
|
|
Loading…
Reference in a new issue