Skip to content

Commit ffc7c88

Browse files
committed
Remove more instances of README.rst
1 parent 4c84aa6 commit ffc7c88

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:${PYTHON_VERSION}
44
WORKDIR /code/elasticsearch-serverless-python
55
RUN mkdir -p /code/elasticsearch-serverless-python/build
66

7-
COPY pyproject.toml README.rst .
7+
COPY pyproject.toml README.md .
88
RUN python -m pip install \
99
-U --no-cache-dir \
1010
--disable-pip-version-check \

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ jobs:
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:

0 commit comments

Comments
 (0)