From aee692988fde52a8a5b10df51128c12fe94cc7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Thu, 28 May 2026 09:01:31 +0200 Subject: [PATCH] Correct updated package name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f29c6c80..cb5a9686 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: python3 setup.py sdist - name: Install Python module - run: pip3 install ./dist/pgdbpool-1.0.1.tar.gz + run: pip3 install ./dist/pgdbpool-1.0.2.tar.gz - name: Run tests run: pytest --cov --cov-branch --cov-report=xml