Run poetry publish on GitHub actions
This commit is contained in:
parent
b92d871acf
commit
dd868cce4d
3 changed files with 66 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -8,6 +8,10 @@ The goal of the `lalib` project is to create
|
|||
by reading and writing code.
|
||||
|
||||
|
||||
[](https://pypi.org/project/lalib/)
|
||||
[](https://pypi.org/project/lalib/)
|
||||
[](https://pypistats.org/packages/lalib)
|
||||
|
||||
[](https://lalib.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://github.com/webartifex/lalib/actions/workflows/tests.yml)
|
||||
[](https://codecov.io/github/webartifex/lalib)
|
||||
|
|
@ -16,6 +20,18 @@ The goal of the `lalib` project is to create
|
|||
[](https://github.com/astral-sh/ruff)
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
This project is published on [PyPI](https://pypi.org/project/lalib/).
|
||||
To install it, open any Python prompt and type:
|
||||
|
||||
`pip install lalib`
|
||||
|
||||
You may want to do so
|
||||
within a [virtual environment](https://docs.python.org/3/library/venv.html)
|
||||
or a [Jupyter notebook](https://docs.jupyter.org/en/latest/#what-is-a-notebook).
|
||||
|
||||
|
||||
## Contributing & Development
|
||||
|
||||
This project is open for any kind of contribution,
|
||||
|
|
@ -136,7 +152,7 @@ This ensures that past branches remain visible in the logs,
|
|||
The version identifiers adhere to a subset of the rules in
|
||||
[PEP440](https://peps.python.org/pep-0440/) and
|
||||
follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
So, releases to [PyPI](https://pypi.org/)
|
||||
So, releases to [PyPI](https://pypi.org/project/lalib/#history)
|
||||
come in the popular `major.minor.patch` format.
|
||||
The specific rules for this project are explained
|
||||
[here](https://github.com/webartifex/lalib/blob/main/tests/test_version.py).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue