mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Documented Coverage Collection.
This commit is contained in:
@@ -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
|
||||
*******
|
||||
|
||||
|
||||
Reference in New Issue
Block a user