Skip to content

Commit a42a1ab

Browse files
authored
add missing mac os wheels
1 parent fb1fa23 commit a42a1ab

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
build_wheels_macos:
9393
name: Build wheel on macos-latest/${{matrix.arch}}/${{matrix.python_tag}}
9494
needs: [build_sdist]
95-
runs-on: macos-latest
95+
runs-on: ${{ matrix.os }}
9696
strategy:
9797
fail-fast: false
9898
matrix:

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.26.1
4+
#### Changed
5+
- add missing mac os wheels
6+
37
### v0.26.0
48
#### Changed
59
- add support for Python 3.13

src/Levenshtein/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__author__: str = "Max Bachmann"
2020
__license__: str = "GPL"
21-
__version__: str = "0.26.0"
21+
__version__: str = "0.26.1"
2222

2323
import rapidfuzz.distance.Hamming as _Hamming
2424
import rapidfuzz.distance.Indel as _Indel

0 commit comments

Comments
 (0)