From 0d9a3acc198132c510133b4e5ad869e750054050 Mon Sep 17 00:00:00 2001 From: Colin-b Date: Tue, 7 Jan 2025 12:34:29 +0100 Subject: [PATCH] Keep number of tests up to date --- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 098c92a..899d729 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,9 +30,9 @@ jobs: rm -Rf httpx_auth - name: Install wheel run: | - python -m pip install dist/httpx_auth-0.22.0-py3-none-any.whl --force-reinstall + python -m pip install dist/httpx_auth-0.23.0-py3-none-any.whl --force-reinstall python -c 'import httpx_auth' - name: Install source distribution run: | - python -m pip install dist/httpx_auth-0.22.0.tar.gz --force-reinstall + python -m pip install dist/httpx_auth-0.23.0.tar.gz --force-reinstall python -c 'import httpx_auth' diff --git a/README.md b/README.md index c10ca0c..9f538e0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build status Coverage Code style: black -Number of tests +Number of tests Number of downloads