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}
4
4
WORKDIR /code/elasticsearch-serverless-python
5
5
RUN mkdir -p /code/elasticsearch-serverless-python/build
6
6
7
- COPY pyproject.toml README.rst .
7
+ COPY pyproject.toml README.md .
8
8
RUN python -m pip install \
9
9
-U --no-cache-dir \
10
10
--disable-pip-version-check \
Original file line number Diff line number Diff line change 34
34
35
35
- name : " Check packages"
36
36
run : |
37
- python -m pip install -U pip setuptools wheel build twine rstcheck
37
+ python -m pip install -U pip setuptools wheel build twine
38
38
python -m build
39
- # Our Python example shows a REPL and is not valid Python
40
- rstcheck --ignore-languages python README.rst
41
39
python -m twine check dist/*
42
40
43
41
docs :
You can’t perform that action at this time.
0 commit comments