mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Improved links.
This commit is contained in:
@@ -12,12 +12,13 @@ the installation is verified. This aims for packaging and dependency mistakes in
|
||||
.. topic:: Features
|
||||
|
||||
* Install generated Python package on the target platform.
|
||||
* Verify the installed package's version.
|
||||
|
||||
.. topic:: Behavior
|
||||
|
||||
* Download Python package as artifact.
|
||||
* Prepare the Python environment.
|
||||
* Install the Python package using ``pip``.
|
||||
* Install the Python package using :term:`pip`.
|
||||
* Read out and verify the package version.
|
||||
|
||||
.. topic:: Job Execution
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
PublishOnPyPI
|
||||
#############
|
||||
|
||||
Publish a wheel (``*.whl``) packages and/or source (``*.tar.gz``) package to `PyPI <https://pypi.org/>`__.
|
||||
Publish a wheel (``*.whl``) packages and/or source (``*.tar.gz``) package to :term:`PyPI`.
|
||||
|
||||
.. topic:: Features
|
||||
|
||||
* Publish a Python package to `PyPI <https://pypi.org/>`__.
|
||||
* Publish a Python package to :term:`PyPI`.
|
||||
|
||||
.. topic:: Behavior
|
||||
|
||||
@@ -191,7 +191,7 @@ PYPI_TOKEN
|
||||
:Type: string
|
||||
:Required: no
|
||||
:Default Value: — — — —
|
||||
:Description: The token to publish and upload packages on `PyPI <https://pypi.org/>`__.
|
||||
:Description: The token to publish and upload packages on :term:`PyPI`.
|
||||
|
||||
|
||||
.. _JOBTMPL/PublishOnPyPI/Outputs:
|
||||
|
||||
Reference in New Issue
Block a user