From ca78dab6c54183103db8b54af0926e805ca7bbf1 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Thu, 22 Jan 2026 19:39:57 +0300 Subject: [PATCH] [CI] rename: package-verification.yml --- .../{python-verification.yml => package-verification.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{python-verification.yml => package-verification.yml} (100%) diff --git a/.github/workflows/python-verification.yml b/.github/workflows/package-verification.yml similarity index 100% rename from .github/workflows/python-verification.yml rename to .github/workflows/package-verification.yml diff --git a/README.md b/README.md index e5042f8..91f112f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.common/.github/workflows/python-verification.yml?label=CI)](https://github.com/postgrespro/testgres.common/actions/workflows/python-verification.yml) +[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.common/.github/workflows/package-verification.yml?label=CI)](https://github.com/postgrespro/testgres.common/actions/workflows/package-verification.yml) [![PyPI package version](https://badge.fury.io/py/testgres_common.svg)](https://badge.fury.io/py/testgres.common) [![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres_common)](https://pypi.org/project/testgres.common) [![PyPI downloads](https://img.shields.io/pypi/dm/testgres_common)](https://pypi.org/project/testgres.common)