Skip to content

Commit

Permalink
fix(ci/release): fix apple target
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Mar 26, 2024
1 parent 6119f2a commit 4cc8cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: messense/maturin-action@v1
with:
command: build
target: universal2-apple-darwin
args: "--release -o dist --interpreter python${{ matrix.python-version }}"
target: ${{ matrix.architecture == 'aarch64' && 'aarch64-apple-darwin' || null }}
- name: Upload wheels
Expand Down

0 comments on commit 4cc8cb2

Please sign in to comment.