Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 823561f

Browse files
committed
0.2.2 RC 1
1 parent f81a52e commit 823561f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- id: step
3636
run: |
3737
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
38-
echo 'matrix_os=["macos-13-xlarge", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
38+
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
3939
else
4040
echo 'matrix_os=["macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
4141
fi

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ ArrayMap requires the following:
3636
What is New in ArrayMap
3737
-------------------------
3838

39+
0.2.2
40+
........
41+
42+
Restored functional wheels for Mac OS ``x86_64``.
43+
44+
3945
0.2.1
4046
........
4147

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
AM_VERSION = "0.2.1"
7+
AM_VERSION = "0.2.2"
88

99
with open("README.rst") as file:
1010
LONG_DESCRIPTION = file.read()

0 commit comments

Comments
 (0)