Documented Coverage Collection.

This commit is contained in:
Patrick Lehmann
2022-10-30 11:03:52 +01:00
parent 1ab3b1a1e9
commit 8d21ca154d
3 changed files with 153 additions and 18 deletions

View File

@@ -77,20 +77,36 @@ python_version
Python version used for uploading the package contents via `twine` to PyPI.
**Default:** 3.11
+----------+----------+----------+
| Required | Type | Default |
+==========+==========+==========+
| optional | string | 3.11 |
+----------+----------+----------+
requirements
============
List of requirements to be installed for uploading the package contents to PyPI.
**Default:** wheel, twine
+----------+----------+--------------+
| Required | Type | Default |
+==========+==========+==============+
| optional | string | wheel, twine |
+----------+----------+--------------+
artifact
========
Name of the artifact containing the package(s).
+----------+----------+--------------+
| Required | Type | Default |
+==========+==========+==============+
| yes | string | — — — — |
+----------+----------+--------------+
Secrets
*******
@@ -99,6 +115,12 @@ PYPI_TOKEN
The token to access the package at PyPI for uploading new data.
+----------+----------+--------------+
| Required | Type | Default |
+==========+==========+==============+
| yes | string | — — — — |
+----------+----------+--------------+
Results
*******