From 21b83c2b1f5a73bd63a821f4fae29e3c74b957ca Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Wed, 22 Oct 2025 12:19:01 +0200 Subject: [PATCH] added pypi and license badge --- .github/workflows/code.yaml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index 43b0baf..8db6d5d 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -1,4 +1,4 @@ -name: Lint, Test and Publish secop-ophyd to PyPI and TestPyPI +name: CI/CD Pipeline on: diff --git a/README.md b/README.md index c9533a8..563807a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![CI](https://github.com/SampleEnvironment/secop-ophyd/actions/workflows/code.yaml/badge.svg)](https://github.com/SampleEnvironment/secop-ophyd/actions/workflows/code.yaml) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![PyPI](https://img.shields.io/pypi/v/secop-ophyd.svg)](https://pypi.org/project/secop-ophyd) # secop-ophyd