Run poetry publish on GitHub actions

This commit is contained in:
Alexander Hess 2024-09-10 03:22:52 +02:00
commit dd868cce4d
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 66 additions and 1 deletions

View file

@ -21,5 +21,21 @@ Python 3.9 or newer is needed.
The package depends only on core Python (incl. the standard library).
Installation
------------
`lalib`_ is available on `PyPI`_ via `pip`_:
.. code-block:: console
$ pip install lalib
It is recommended to install the package into a `virtual environment`_.
.. _standard library: https://docs.python.org/3/library/index.html
.. _lalib: https://github.com/webartifex/lalib
.. _pip: https://pip.pypa.io/en/stable/
.. _pypi: https://pypi.org/
.. _python: https://docs.python.org/3/
.. _virtual environment: https://docs.python.org/3/tutorial/venv.html