Skip to content

Commit

Permalink
fix python ci builds on macos (PyO3/maturin#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
doylemark committed Aug 24, 2023
1 parent 47dda9b commit 05cb3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release -o dist --universal2 --find-interpreter
args: --release -o dist --find-interpreter --target universal2-apple-darwin
working-directory: python-attestation-bindings
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- uses: PyO3/maturin-action@v1
with:
command: build
args: --release -o dist --universal2 --find-interpreter
args: --release -o dist --find-interpreter --target universal2-apple-darwin
working-directory: python-attestation-bindings

0 comments on commit 05cb3ff

Please sign in to comment.