File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}
44WORKDIR /code/elasticsearch-serverless-python
55RUN mkdir -p /code/elasticsearch-serverless-python/build
66
7- COPY pyproject.toml README.rst .
7+ COPY pyproject.toml README.md .
88RUN python -m pip install \
99 -U --no-cache-dir \
1010 --disable-pip-version-check \
Original file line number Diff line number Diff line change 3434
3535 - name : " Check packages"
3636 run : |
37- python -m pip install -U pip setuptools wheel build twine rstcheck
37+ python -m pip install -U pip setuptools wheel build twine
3838 python -m build
39- # Our Python example shows a REPL and is not valid Python
40- rstcheck --ignore-languages python README.rst
4139 python -m twine check dist/*
4240
4341 docs :
You can’t perform that action at this time.
0 commit comments