From f5a3ddba511927d353e44587ac047295a29b8090 Mon Sep 17 00:00:00 2001 From: mathleur Date: Thu, 23 Oct 2025 18:14:55 +0200 Subject: [PATCH 1/2] add pypi badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c9457..8b1bb2d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Static Badge](https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg)](https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE) [![Static Badge](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/emerging_badge.svg)](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity) -![PyPI - Version](https://img.shields.io/pypi/v/polyshell) +[![PyPI - Version](https://img.shields.io/pypi/v/polyshell)](https://pypi.org/project/polyshell/) ![Build Status](https://img.shields.io/github/actions/workflow/status/ECMWFCode4Earth/PolyShell/CI.yml) ![Docs Build Status](https://img.shields.io/github/actions/workflow/status/ECMWFCode4Earth/PolyShell/publish-docs.yml?label=docs) From f39201f9861a5b3fe437c50e2de34f7fe2df042e Mon Sep 17 00:00:00 2001 From: mathleur Date: Thu, 23 Oct 2025 18:16:52 +0200 Subject: [PATCH 2/2] fix pypi badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1bb2d..55e69c2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Static Badge](https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/foundation_badge.svg)](https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE) [![Static Badge](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/emerging_badge.svg)](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity) -[![PyPI - Version](https://img.shields.io/pypi/v/polyshell)](https://pypi.org/project/polyshell/) +[![PyPI - Version](https://img.shields.io/pypi/v/polyshell.svg)](https://pypi.org/project/polyshell/) ![Build Status](https://img.shields.io/github/actions/workflow/status/ECMWFCode4Earth/PolyShell/CI.yml) ![Docs Build Status](https://img.shields.io/github/actions/workflow/status/ECMWFCode4Earth/PolyShell/publish-docs.yml?label=docs)