Skip to content

Commit

Permalink
Test arm64 wheel build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 19, 2024
1 parent 42b7bd9 commit ee2c94d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ jobs:
with:
python-version: '3.9'

- name: Build wheels
uses: pypa/[email protected]
- uses: pypa/[email protected]
name: Build wheels
env:
CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_ARCHS_MACOS: arm64
Expand All @@ -219,8 +219,8 @@ jobs:
# Remove the incorrectly tagged arm64 wheel
- run: rm ./dist/*-macosx_12_0_x86_64.whl

- name: Store artifacts
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
name: Store artifacts
with:
name: wheel-${{ matrix.python }}-${{ matrix.platform_id }}
path: ./dist/*.whl
Expand Down

0 comments on commit ee2c94d

Please sign in to comment.