Skip to content

Commit

Permalink
--target universal2-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed May 13, 2024
1 parent e8c0879 commit 9b07eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
run: |
python3 -m pip install maturin
rustup target add aarch64-apple-darwin
maturin build -F python --release --strip
maturin build -F python --release --strip --universal2
maturin build -F python --release --strip --target universal2-apple-darwin
- uses: actions/upload-artifact@v3
with:
name: osx-${{ matrix.python-version }}-wheel
Expand Down

0 comments on commit 9b07eec

Please sign in to comment.