Skip to content

Commit d50608e

Browse files
authored
Fixing wheel artifact find, and version 2.3.2 (#180)
* fixing wheel * 2.3.2
1 parent 43855b6 commit d50608e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/REUSABLE-wheeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
path: artifacts/windows
9090
- uses: actions/download-artifact@v3
9191
with:
92-
name: macos-10.15-wheels
92+
name: macos-latest-wheels
9393
path: artifacts/macos
9494
- uses: actions/download-artifact@v3
9595
with:

hiredis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)