We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c0879 commit 9b07eecCopy full SHA for 9b07eec
.github/workflows/publish.yml
@@ -57,8 +57,7 @@ jobs:
57
run: |
58
python3 -m pip install maturin
59
rustup target add aarch64-apple-darwin
60
- maturin build -F python --release --strip
61
- maturin build -F python --release --strip --universal2
+ maturin build -F python --release --strip --target universal2-apple-darwin
62
- uses: actions/upload-artifact@v3
63
with:
64
name: osx-${{ matrix.python-version }}-wheel
0 commit comments