Skip to content

Commit

Permalink
0.2.2 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Dec 19, 2023
1 parent f81a52e commit 823561f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: step
run: |
if [ "$GITHUB_EVENT_NAME" = "release" ]; then
echo 'matrix_os=["macos-13-xlarge", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
echo 'matrix_os=["macos-13-xlarge", "macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
else
echo 'matrix_os=["macos-13", "ubuntu-22.04", "windows-2022"]' >> $GITHUB_OUTPUT
fi
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ ArrayMap requires the following:
What is New in ArrayMap
-------------------------

0.2.2
........

Restored functional wheels for Mac OS ``x86_64``.


0.2.1
........

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


AM_VERSION = "0.2.1"
AM_VERSION = "0.2.2"

with open("README.rst") as file:
LONG_DESCRIPTION = file.read()
Expand Down

0 comments on commit 823561f

Please sign in to comment.