We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ed3e4 commit 9306a05Copy full SHA for 9306a05
.github/workflows/test.yml
@@ -31,9 +31,3 @@ jobs:
31
- name: Run cookiecutter tests
32
run: |
33
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
@@ -59,3 +59,9 @@ jobs:
59
- name: Build docs
60
working-directory: docs
61
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