Skip to content

Commit

Permalink
Merge pull request #245 from holgern/add_macARMwheels
Browse files Browse the repository at this point in the history
add x86_64 arm64 mac arm wheels
  • Loading branch information
skjerns authored Oct 9, 2023
2 parents 534094b + 604a771 commit 8fd2080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
env:
# Disable building PyPy wheels
CIBW_SKIP: "pp* cp312*i686"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_PRERELEASE_PYTHONS: False

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

MAJOR = 0
MINOR = 1
MICRO = 35
MICRO = 36
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 8fd2080

Please sign in to comment.