Skip to content

Commit 9306a05

Browse files
committed
Put readme test in the right place
1 parent 22ed3e4 commit 9306a05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,3 @@ jobs:
3131
- name: Run cookiecutter tests
3232
run: |
3333
pytest -v
34-
- name: Test README
35-
run: |
36-
pip install --user --upgrade setuptools wheel twine readme_renderer testresources
37-
python setup.py sdist
38-
python setup.py bdist_wheel --universal
39-
twine check dist/*

{{ cookiecutter.library_name }}/.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,9 @@ jobs:
5959
- name: Build docs
6060
working-directory: docs
6161
run: sphinx-build -E -W -b html . _build/html
62+
- name: Build README
63+
run: |
64+
pip install --user --upgrade setuptools wheel twine readme_renderer testresources
65+
python setup.py sdist
66+
python setup.py bdist_wheel --universal
67+
twine check dist/*

0 commit comments

Comments
 (0)