Added input parameter to the template and documented in the README.

This commit is contained in:
Patrick Lehmann
2021-12-07 20:09:11 +01:00
parent 40856aa731
commit 774ea7970e
3 changed files with 11 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ As shown in the screenshot above, the expected order is:
- [Release](.github/workflows/Release.yml): publish GitHub Release.
- [Package](.github/workflows/Package.yml): generate source and wheel packages, and upload them as an artifact.
- [PublishOnPyPI](.github/workflows/PublishOnPyPI.yml): publish source and wheel packages to PyPI.
- [PublishTestResults](.github/workflows/PublishTestResults.yml): publish unit test results through GH action `dorny/test-reporter`.
- Documentation:
- [BuildTheDocs](.github/workflows/BuildTheDocs.yml): build Sphinx documentation with BuildTheDocs, and upload HTML as
an artifact.