Skip to content

Commit

Permalink
Fixing wheel artifact find, and version 2.3.2 (#180)
Browse files Browse the repository at this point in the history
* fixing wheel

* 2.3.2
  • Loading branch information
chayim committed Dec 17, 2023
1 parent 43855b6 commit d50608e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE-wheeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion hiredis/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.1"
__version__ = "2.3.2"

0 comments on commit d50608e

Please sign in to comment.