Skip to content

Commit bc72d2c

Browse files
Update documentation and CI/CD workflows for PyPI publishing (#25)
* 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 * chores: move banner to the top of the document. * chores: fix conflict with previous change
1 parent fb57db0 commit bc72d2c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
![project-banner](https://github.com/saezlab/pkg_infra/raw/main/docs/assets/project-banner-readme.png)
2+
3+
---
4+
5+
16
[![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)
27
[![Docs](https://img.shields.io/badge/docs-MkDocs-blue)](https://saezlab.github.io/pkg_infra/)
38
![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)
49
[![PyPI](https://img.shields.io/pypi/v/pkg_infra)](https://pypi.org/project/pkg_infra/)
510
[![Python](https://img.shields.io/pypi/pyversions/pkg_infra)](https://pypi.org/project/pkg_infra/)
11+
[![PyPI](https://img.shields.io/pypi/v/pkg_infra)](https://pypi.org/project/pkg_infra/)
12+
[![Python](https://img.shields.io/pypi/pyversions/pkg_infra)](https://pypi.org/project/pkg_infra/)
613
![License](https://img.shields.io/github/license/saezlab/pkg_infra)
714
![Issues](https://img.shields.io/github/issues/saezlab/pkg_infra)
815
![Last Commit](https://img.shields.io/github/last-commit/saezlab/pkg_infra)
@@ -15,7 +22,7 @@ ad hoc across projects:
1522
- Layered YAML configuration with validation and predictable precedence
1623
- Centralized logging based on Python's standard `logging` module
1724

18-
![project-banner](https://github.com/saezlab/pkg_infra/raw/main/docs/assets/project-banner-readme.png)
25+
1926

2027
## What it includes
2128

0 commit comments

Comments
 (0)