From d50608e4c9ea45eafa122d914f9dadd5828f1a35 Mon Sep 17 00:00:00 2001 From: Chayim Date: Sun, 17 Dec 2023 14:25:35 +0200 Subject: [PATCH] Fixing wheel artifact find, and version 2.3.2 (#180) * fixing wheel * 2.3.2 --- .github/workflows/REUSABLE-wheeler.yaml | 2 +- hiredis/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/REUSABLE-wheeler.yaml b/.github/workflows/REUSABLE-wheeler.yaml index 4d51278..f893427 100644 --- a/.github/workflows/REUSABLE-wheeler.yaml +++ b/.github/workflows/REUSABLE-wheeler.yaml @@ -89,7 +89,7 @@ jobs: path: artifacts/windows - uses: actions/download-artifact@v3 with: - name: macos-10.15-wheels + name: macos-latest-wheels path: artifacts/macos - uses: actions/download-artifact@v3 with: diff --git a/hiredis/version.py b/hiredis/version.py index 3a5935a..ef6497d 100644 --- a/hiredis/version.py +++ b/hiredis/version.py @@ -1 +1 @@ -__version__ = "2.3.1" +__version__ = "2.3.2"