Skip to content

Commit fb57db0

Browse files
Update documentation and CI/CD workflows for PyPI publishing (#24)
* chores: fix mkdocs to avoid upgrade to version 2.0 * docs: update all the documentation with current implementation * cicd: add workflow for publishing in pypi * cicd: add workflow to testability in TestPyPI * cicd: remove pipy environment to keep zero warnings off in this release * fix: fix README to render banner in TestPyPi
1 parent 33250f4 commit fb57db0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
![project-banner](./docs/assets/project-banner-readme.png)
2-
3-
[![Tests](https://img.shields.io/github/actions/workflow/status/saezlab/pkg_infra/test.yml?branch=master)](https://github.com/saezlab/pkg_infra/actions/workflows/test.yml)
1+
[![Tests](https://img.shields.io/github/actions/workflow/status/saezlab/pkg_infra/ci-testing-unit.yml?branch=main)](https://github.com/saezlab/pkg_infra/actions/workflows/ci-testing-unit.yml)
42
[![Docs](https://img.shields.io/badge/docs-MkDocs-blue)](https://saezlab.github.io/pkg_infra/)
53
![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)
6-
![PyPI](https://img.shields.io/pypi/v/pkg_infra)
7-
![Python](https://img.shields.io/pypi/pyversions/pkg_infra)
4+
[![PyPI](https://img.shields.io/pypi/v/pkg_infra)](https://pypi.org/project/pkg_infra/)
5+
[![Python](https://img.shields.io/pypi/pyversions/pkg_infra)](https://pypi.org/project/pkg_infra/)
86
![License](https://img.shields.io/github/license/saezlab/pkg_infra)
97
![Issues](https://img.shields.io/github/issues/saezlab/pkg_infra)
108
![Last Commit](https://img.shields.io/github/last-commit/saezlab/pkg_infra)
@@ -17,6 +15,8 @@ ad hoc across projects:
1715
- Layered YAML configuration with validation and predictable precedence
1816
- Centralized logging based on Python's standard `logging` module
1917

18+
![project-banner](https://github.com/saezlab/pkg_infra/raw/main/docs/assets/project-banner-readme.png)
19+
2020
## What it includes
2121

2222
- `pkg_infra.get_session(...)` as the main entrypoint for initializing runtime

0 commit comments

Comments
 (0)