Skip to content

Commit

Permalink
[IO-1584][external] Add ARM64 to wheels (#18)
Browse files Browse the repository at this point in the history
* Add ARM64 to wheels

* specifty arm64/universal for mac

* We only need build once per platform to get all the python versions

---------

Co-authored-by: Owen <[email protected]>
Co-authored-by: Simon Edwardsson <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2023
1 parent 2967d67 commit 103eb57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11']
python-version: [3.9]

steps:
- uses: actions/checkout@v3
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Build wheels
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
uses: pypa/[email protected]
with:
package-dir: .
Expand Down Expand Up @@ -59,4 +61,4 @@ jobs:
with:
name: ${{ env.RELEASE_VERSION }}-sdist
retention-days: 15
path: dist/*.tar.gz
path: dist/*.tar.gz

0 comments on commit 103eb57

Please sign in to comment.