Skip to content

Commit

Permalink
fix universal2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Mar 9, 2024
1 parent cd662d9 commit c8c7720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ jobs:
with:
maturin-version: 1.5.0
command: build
args: --interpreter=python${{ matrix.python.version }} --release --universal2 --strip --manifest-path=./pylancelot/Cargo.toml
args: --interpreter=python${{ matrix.python.version }} --release --target universal2-apple-darwin --strip --manifest-path=./pylancelot/Cargo.toml
- uses: messense/maturin-action@v1
name: build pyflirt for macos (universal2)
env:
MACOSX_DEPLOYMENT_TARGET: 10.9
with:
maturin-version: 1.5.0
command: build
args: --interpreter=python${{ matrix.python.version }} --release --universal2 --strip --manifest-path=./pyflirt/Cargo.toml
args: --interpreter=python${{ matrix.python.version }} --release --target universal2-apple-darwin --strip --manifest-path=./pyflirt/Cargo.toml
#
# x86_64 build
#
Expand Down

0 comments on commit c8c7720

Please sign in to comment.